diff options
Diffstat (limited to 'src/dump.h')
-rw-r--r-- | src/dump.h | 8 |
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 |