libidav/webdav.h

changeset 525
26a1d5b9d9d2
parent 520
da2b0cc44e4f
child 526
e3c0440bd599
equal deleted inserted replaced
524:d53fd1006485 525:26a1d5b9d9d2
131 char *contenttype; 131 char *contenttype;
132 time_t creationdate; 132 time_t creationdate;
133 time_t lastmodified; 133 time_t lastmodified;
134 void *data; 134 void *data;
135 int iscollection; 135 int iscollection;
136 int exists;
136 }; 137 };
137 138
138 struct DavSession { 139 struct DavSession {
139 DavContext *context; 140 DavContext *context;
140 CURL *handle; 141 CURL *handle;

mercurial