diff -r 5da2cf15eb44 -r b6f2462ee055 libidav/xml.h --- a/libidav/xml.h Mon Dec 18 16:24:32 2017 +0100 +++ b/libidav/xml.h Mon Jan 01 19:53:36 2018 +0100 @@ -38,6 +38,8 @@ void dav_print_xml(DavXmlNode *node); +void dav_print_node(void *stream, write_func writef, UcxMap *nsmap, DavXmlNode *node); + #ifdef __cplusplus }