dav/db.h

changeset 550
8c700eae3eb8
parent 541
e59a989d890d
child 552
e1a12762bf0a
--- a/dav/db.h	Sat Apr 06 14:25:07 2019 +0200
+++ b/dav/db.h	Sun Apr 07 09:07:33 2019 +0200
@@ -80,6 +80,9 @@
     
     DavBool keep;
     DavBool restore;
+    
+    DavBool isnew;
+    char *origin;
 };
 
 struct FilePart {
@@ -101,6 +104,8 @@
 
 void filepart_free(FilePart *part);
 
+UcxMap* create_hash_index(SyncDatabase *db);
+
 LocalResource* process_resource(xmlTextReaderPtr reader);
 LocalResource* process_conflict(xmlTextReaderPtr reader);
 

mercurial