libidav/webdav.h

changeset 371
604e7e335b3b
parent 361
b6f2462ee055
child 373
dcc03142eb5f
--- a/libidav/webdav.h	Sun Feb 04 12:36:26 2018 +0100
+++ b/libidav/webdav.h	Sun Feb 04 15:58:07 2018 +0100
@@ -321,6 +321,8 @@
 DavXmlNode* dav_xml_createtextnode(const char *text);
 void dav_xml_add_child(DavXmlNode *node, DavXmlNode *child);
 
+DavXmlNode* dav_parse_xml(DavSession *sn, const char *str, size_t len);
+
 #ifdef	__cplusplus
 }
 #endif

mercurial