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