use cbuf for xml value code

This commit is contained in:
Olof hagsand 2019-11-18 21:16:12 +01:00
parent f2cad01fc6
commit 9575d10887
5 changed files with 39 additions and 58 deletions

View file

@ -129,7 +129,7 @@ int xml_flag_reset(cxobj *xn, uint16_t flag);
char *xml_value(cxobj *xn);
int xml_value_set(cxobj *xn, char *val);
char *xml_value_append(cxobj *xn, char *val);
int xml_value_append(cxobj *xn, char *val);
enum cxobj_type xml_type(cxobj *xn);
int xml_type_set(cxobj *xn, enum cxobj_type type);