summaryrefslogtreecommitdiffstats
path: root/src/update.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/update.h')
-rw-r--r--src/update.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/update.h b/src/update.h
index 81e26d0..57040f5 100644
--- a/src/update.h
+++ b/src/update.h
@@ -23,7 +23,11 @@
#include "context.h"
#include "cache.h"
+#include "dbstruct.h"
int update(struct syrep_db_context *c, struct syrep_md_cache *cache);
+/* This is exported solely for usage in forget.c */
+int write_entry(struct syrep_db_context *c, const struct syrep_name *name, const struct syrep_md *md, const struct syrep_meta *meta);
+
#endif