src/server/public/webdav.h

branch
webdav
changeset 318
60870dbac94f
parent 309
fc021bd576d4
child 319
a9b9344875aa
equal deleted inserted replaced
317:09676b559091 318:60870dbac94f
474 WebdavNSList* wsxml_get_required_namespaces( 474 WebdavNSList* wsxml_get_required_namespaces(
475 pool_handle_t *pool, 475 pool_handle_t *pool,
476 WSXmlNode *node, 476 WSXmlNode *node,
477 int *error); 477 int *error);
478 478
479 WSXmlData* wsxml_node2data(
480 pool_handle_t *pool,
481 WSXmlNode *node);
482
479 #ifdef __cplusplus 483 #ifdef __cplusplus
480 } 484 }
481 #endif 485 #endif
482 486
483 #endif /* WS_WEBDAV_H */ 487 #endif /* WS_WEBDAV_H */

mercurial