src/server/public/webdav.h

branch
webdav
changeset 309
fc021bd576d4
parent 307
8787cb5ebab3
child 318
60870dbac94f
equal deleted inserted replaced
308:c3cad8f51a24 309:fc021bd576d4
431 WebdavProperty* webdav_resourcetype_empty(void); 431 WebdavProperty* webdav_resourcetype_empty(void);
432 WebdavProperty* webdav_dav_property( 432 WebdavProperty* webdav_dav_property(
433 pool_handle_t *pool, 433 pool_handle_t *pool,
434 const char *name); 434 const char *name);
435 435
436 int webdav_resource_add_dav_stringproperty(
437 WebdavResource *res,
438 pool_handle_t pool,
439 const char *name,
440 const char *str,
441 size_t len);
442 int webdav_resource_add_stringproperty(
443 WebdavResource *res,
444 pool_handle_t pool,
445 const char *xmlns_prefix,
446 const char *xmlns_href,
447 const char *name,
448 const char *str,
449 size_t len);
450
436 int webdav_property_set_value( 451 int webdav_property_set_value(
437 WebdavProperty *property, 452 WebdavProperty *property,
438 pool_handle_t *pool, 453 pool_handle_t *pool,
439 char *value); 454 char *value);
440 455

mercurial