From db3b96fc0014a5e860df1efc729b38d629662826 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 29 Aug 2003 01:21:11 +0000 Subject: many fixes --cleanup implemented git-svn-id: file:///home/lennart/svn/public/syrep/trunk@13 07ea20a6-d2c5-0310-9e02-9ef735347d72 --- src/merge.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/merge.h') 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 -- cgit