summaryrefslogtreecommitdiffstats
path: root/src/dump.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dump.h')
-rw-r--r--src/dump.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dump.h b/src/dump.h
new file mode 100644
index 0000000..b0690a5
--- /dev/null
+++ b/src/dump.h
@@ -0,0 +1,8 @@
+#ifndef foodumphfoo
+#define foodumphfoo
+
+#include "context.h"
+
+int dump(struct syrep_db_context *c);
+
+#endif