-* xml_dump debug function

This commit is contained in:
Olof hagsand 2021-11-15 13:11:56 +01:00
parent 7d9d0017a9
commit a64464beda
2 changed files with 44 additions and 0 deletions

View file

@ -46,6 +46,7 @@
int clicon_xml2file_cb(FILE *f, cxobj *x, int level, int prettyprint, clicon_output_cb *fn);
int clicon_xml2file(FILE *f, cxobj *x, int level, int prettyprint);
int xml_print(FILE *f, cxobj *xn);
int xml_dump(FILE *f, cxobj *x);
int clicon_xml2cbuf(cbuf *cb, cxobj *x, int level, int prettyprint, int32_t depth);
char *clicon_xml2str(cxobj *x);
int xmltree2cbuf(cbuf *cb, cxobj *x, int level);