From f5c2550af23d2b6f82d0b2540af7c1afff9c61aa Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Aug 2003 23:48:35 +0000 Subject: add extract.h git-svn-id: file:///home/lennart/svn/public/syrep/trunk@4 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/extract.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/extract.h 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 -- cgit