libidav/webdav.h

changeset 124
41939c8f3f9c
parent 100
f4127c4d1018
child 128
649eb328674a
equal deleted inserted replaced
123:806c4dccf2ae 124:41939c8f3f9c
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 DavRequest DavRequest; 48 typedef struct DavQLResult DavQLResult;
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 {
149 DavResource *result;
150 int status;
151 };
152
148 #define DAV_KEY_AES128 0 153 #define DAV_KEY_AES128 0
149 #define DAV_KEY_AES256 1 154 #define DAV_KEY_AES256 1
150 #define DAV_KEY_PASSWORD 2 155 #define DAV_KEY_PASSWORD 2
151 156
152 struct DavKey { 157 struct DavKey {

mercurial