libidav/webdav.h

changeset 128
649eb328674a
parent 124
41939c8f3f9c
child 134
4bccc18820e8
equal deleted inserted replaced
127:7072a2b4ae35 128:649eb328674a
43 43
44 typedef struct DavContext DavContext; 44 typedef struct DavContext DavContext;
45 typedef struct DavProxy DavProxy; 45 typedef struct DavProxy DavProxy;
46 typedef struct DavSession DavSession; 46 typedef struct DavSession DavSession;
47 typedef struct DavResource DavResource; 47 typedef struct DavResource DavResource;
48 typedef struct DavQLResult DavQLResult; 48 typedef struct DavResult DavResult;
49 typedef struct DavNamespace DavNamespace; 49 typedef struct DavNamespace DavNamespace;
50 typedef struct DavProperty DavProperty; 50 typedef struct DavProperty DavProperty;
51 typedef struct DavPropName DavPropName; 51 typedef struct DavPropName DavPropName;
52 typedef struct DavKey DavKey; 52 typedef struct DavKey DavKey;
53 53
143 struct DavPropName { 143 struct DavPropName {
144 char *ns; 144 char *ns;
145 char *name; 145 char *name;
146 }; 146 };
147 147
148 struct DavQLResult { 148 struct DavResult {
149 DavResource *result; 149 DavResource *result;
150 int status; 150 int status;
151 }; 151 };
152 152
153 #define DAV_KEY_AES128 0 153 #define DAV_KEY_AES128 0

mercurial