dav/db.h

changeset 190
a76e43d89f55
parent 185
cd42cccee550
child 216
16d6b97fbf33
equal deleted inserted replaced
189:0d04ccf6747b 190:a76e43d89f55
44 44
45 struct LocalResource { 45 struct LocalResource {
46 char *name; 46 char *name;
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 }; 52 };
52 53
53 struct SyncDatabase { 54 struct SyncDatabase {
54 UcxMap *resources; 55 UcxMap *resources;
55 UcxMap *remove; 56 UcxMap *remove;

mercurial