order lists according to yang order
This commit is contained in:
parent
9a52cfecf6
commit
ec9502fd66
5 changed files with 3740 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue