remove xml x_cv; added makes to jenkinsfile

This commit is contained in:
Olof hagsand 2018-06-17 23:09:36 +02:00
parent 5a8660afb6
commit 5304acb086
3 changed files with 14 additions and 46 deletions

View file

@ -107,9 +107,6 @@ char *xml_value_append(cxobj *xn, char *val);
enum cxobj_type xml_type(cxobj *xn);
int xml_type_set(cxobj *xn, enum cxobj_type type);
cg_var *xml_cv_get(cxobj *xn);
int xml_cv_set(cxobj *xn, cg_var *cv);
int xml_child_nr(cxobj *xn);
int xml_child_nr_type(cxobj *xn, enum cxobj_type type);
cxobj *xml_child_i(cxobj *xn, int i);