summaryrefslogtreecommitdiffstats
path: root/src/makepatch.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2003-08-28 00:26:05 +0000
committerLennart Poettering <lennart@poettering.net>2003-08-28 00:26:05 +0000
commit98f36517251b5bccdb80d90d698c173c18ee4a29 (patch)
treebdcbb19a48d0f4fb06c96fb7376cf5b549539e68 /src/makepatch.h
parent7ea422bfaf6c9d22346cd415fd6b97712322fd81 (diff)
implemented merging an patch making
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@9 07ea20a6-d2c5-0310-9e02-9ef735347d72
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