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