libidav/webdav.h

changeset 134
4bccc18820e8
parent 128
649eb328674a
child 135
664aeaec8d25
equal deleted inserted replaced
133:8c37028f5024 134:4bccc18820e8
195 UcxList* parse_properties_string(DavContext *context, sstr_t str); 195 UcxList* parse_properties_string(DavContext *context, sstr_t str);
196 196
197 DavResource* dav_query(DavSession *sn, char *query, ...); 197 DavResource* dav_query(DavSession *sn, char *query, ...);
198 198
199 UcxKey dav_property_key(char *ns, char *name); 199 UcxKey dav_property_key(char *ns, char *name);
200 void dav_get_property_namespace( 200 void dav_get_property_namespace_str(
201 DavContext *ctx, 201 DavContext *ctx,
202 char *prefixed_name, 202 char *prefixed_name,
203 char **ns, 203 char **ns,
204 char **name);
205 DavNamespace* dav_get_property_namespace(
206 DavContext *ctx,
207 char *prefixed_name,
204 char **name); 208 char **name);
205 209
206 /* ------------------------ resource functions ------------------------ */ 210 /* ------------------------ resource functions ------------------------ */
207 211
208 DavResource* dav_resource_new(DavSession *sn, char *path); 212 DavResource* dav_resource_new(DavSession *sn, char *path);

mercurial