dav/db.h

changeset 257
49f3c58cc06c
parent 222
7b73058d782e
child 364
3769ba002fd1
equal deleted inserted replaced
256:54433cb371df 257:49f3c58cc06c
47 char *path; 47 char *path;
48 char *etag; 48 char *etag;
49 time_t last_modified; 49 time_t last_modified;
50 off_t size; 50 off_t size;
51 DavBool isdirectory; 51 DavBool isdirectory;
52 DavBool skipped;
52 }; 53 };
53 54
54 struct SyncDatabase { 55 struct SyncDatabase {
55 UcxMap *resources; 56 UcxMap *resources;
56 UcxMap *conflict; 57 UcxMap *conflict;

mercurial