summaryrefslogtreecommitdiffstats
path: root/src/pacsync.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pacsync.h')
-rw-r--r--src/pacsync.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pacsync.h b/src/pacsync.h
index 775fa658..e4d97a12 100644
--- a/src/pacsync.h
+++ b/src/pacsync.h
@@ -50,6 +50,7 @@ typedef struct __syncpkg_t {
int sync_synctree();
int downloadfiles(PMList *servers, const char *localpath, PMList *files);
syncpkg_t* find_pkginsync(char *needle, PMList *haystack);
+PMList* rm_pkginsync(char *needle, PMList *haystack);
#endif