implement yang-patch
This commit is contained in:
parent
e0ee365958
commit
8d2fbf39de
12 changed files with 562 additions and 5 deletions
|
|
@ -52,5 +52,4 @@ int json_print(FILE *f, cxobj *x);
|
|||
int xml2json_vec(FILE *f, cxobj **vec, size_t veclen, int pretty);
|
||||
int clixon_json_parse_string(char *str, yang_bind yb, yang_stmt *yspec, cxobj **xt, cxobj **xret);
|
||||
int clixon_json_parse_file(FILE *fp, yang_bind yb, yang_stmt *yspec, cxobj **xt, cxobj **xret);
|
||||
|
||||
#endif /* _CLIXON_JSON_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue