order lists according to yang order

This commit is contained in:
Olof hagsand 2016-12-27 17:31:30 +01:00
parent 9a52cfecf6
commit ec9502fd66
5 changed files with 3740 additions and 1 deletions

View file

@ -361,6 +361,12 @@ xml_child_i(cxobj *xn,
return NULL;
}
/*! Set specific child
* @param[in] xn xml node
* @param[in] i the number of the child, eg order in children vector
* @param[in] xc The child to set at position i
* @retval 0 OK
*/
cxobj *
xml_child_i_set(cxobj *xt,
int i,