diff options
Diffstat (limited to 'src/merge.h')
-rw-r--r-- | src/merge.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 |