dav/sync.h

changeset 379
cdaf5a3d3a50
parent 377
d6d7c16dd066
child 380
8a0c727aa409
--- a/dav/sync.h	Sun May 27 13:02:40 2018 +0200
+++ b/dav/sync.h	Sun May 27 19:45:28 2018 +0200
@@ -91,6 +91,7 @@
 UcxBuffer* sync_get_file_tag_data(SyncDirectory *dir, LocalResource *res);
 UcxList* sync_get_file_tags(SyncDirectory *dir, LocalResource *res, DavBool *changed);
 UcxList* sync_merge_tags(UcxList *tags1, UcxList *tags2);
+int sync_tags_equal(UcxList *tags1, UcxList *tags2);
 int sync_store_tags(SyncDirectory *dir, const char *path, LocalResource *local, DavResource *res);
 int sync_store_tags_local(SyncDirectory *dir, LocalResource *local, const char *path, UcxList *tags);
 int sync_put_resource(

mercurial