summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/extract.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/extract.h b/src/extract.h
new file mode 100644
index 0000000..e16674b
--- /dev/null
+++ b/src/extract.h
@@ -0,0 +1,8 @@
+#ifndef fooextracthfoo
+#define fooextracthfoo
+
+#include "context.h"
+
+int extract(struct syrep_db_context *context);
+
+#endif