From 3bc3ad24a2c089b4ee80fc1765fab3d2af378d00 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Aug 2003 21:43:31 +0000 Subject: Initial commit git-svn-id: file:///home/lennart/svn/public/syrep/trunk@2 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/merge.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/merge.h (limited to 'src/merge.h') diff --git a/src/merge.h b/src/merge.h new file mode 100644 index 0000000..2b88712 --- /dev/null +++ b/src/merge.h @@ -0,0 +1,8 @@ +#ifndef foomergehfoo +#define foomergehfoo + +#include "context.h" + +int merge_snapshot(struct syrep_db_context *c1, struct syrep_db_context *c2, const char* root); + +#endif -- cgit