summaryrefslogtreecommitdiffstats
path: root/src/merge.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/merge.h')
-rw-r--r--src/merge.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/merge.h b/src/merge.h
index 02c1a9e..33acf11 100644
--- a/src/merge.h
+++ b/src/merge.h
@@ -23,7 +23,7 @@
#include "context.h"
-int merge(struct syrep_db_context *c1, struct syrep_db_context *c2, const char* root);
+int merge(struct syrep_db_context *c1, struct syrep_db_context *c2, const char* root, const char* sroot);
int empty_trash(const char *trash);
#endif