diff options
author | Lennart Poettering <lennart@poettering.net> | 2003-08-26 21:43:31 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2003-08-26 21:43:31 +0000 |
commit | 3bc3ad24a2c089b4ee80fc1765fab3d2af378d00 (patch) | |
tree | 632a002b1c9a507ab49c11875eb373a6642902fb /src/merge.h | |
parent | d4a8a10792c7f9b777487b2d15ab56c737e7e35c (diff) |
Initial commit
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@2 07ea20a6-d2c5-0310-9e02-9ef735347d72
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 |