summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-26 23:48:35 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-26 23:48:35 +0000
commitf5c2550af23d2b6f82d0b2540af7c1afff9c61aa (patch)
tree8c9a90a76a86b736c23d653f1ffbf02de733137d
parentbb40f092719dbcdb635bae3e40c4ec1c3b88cf3b (diff)
add extract.h
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@4 07ea20a6-d2c5-0310-9e02-9ef735347d72
-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