Enhanced for client-side functionality:
- parse of yang from string, not only file - Decode of xml encoding, not only decoding
This commit is contained in:
parent
0df023c70e
commit
99c6f61637
7 changed files with 158 additions and 7 deletions
|
|
@ -759,7 +759,7 @@ yang_expand_grouping(yang_stmt *yn)
|
|||
* @retval NULL Error encountered
|
||||
* See top of file for diagram of calling order
|
||||
*/
|
||||
static yang_stmt *
|
||||
yang_stmt *
|
||||
yang_parse_str(char *str,
|
||||
const char *name, /* just for errs */
|
||||
yang_stmt *yspec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue