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 2b88712..17d3fc0 100644
--- a/src/merge.h
+++ b/src/merge.h
@@ -3,6 +3,6 @@
#include "context.h"
-int merge_snapshot(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);
#endif