dav/sync.h

changeset 613
f6072141f5ee
parent 611
a7c48e0dca88
child 614
e72d2b99b0f6
--- a/dav/sync.h	Fri Aug 02 22:05:28 2019 +0200
+++ b/dav/sync.h	Sat Aug 10 13:48:14 2019 +0200
@@ -123,6 +123,11 @@
         DavResource *res,
         SyncDatabase *db,
         int *counter);
+int sync_get_collection(
+        CmdArgs *a,
+        SyncDirectory *dir,
+        DavResource *res,
+        SyncDatabase *db);
 int sync_remove_local_resource(SyncDirectory *dir, LocalResource *res);
 int sync_remove_local_directory(SyncDirectory *dir, LocalResource *res);
 void rename_conflict_file(SyncDirectory *dir, SyncDatabase *db, char *path, DavBool copy);

mercurial