export populate

This commit is contained in:
Olof Hagsand 2018-08-27 19:07:52 +00:00
parent bb6d043d6c
commit de2d5be6dd
3 changed files with 3 additions and 2 deletions

View file

@ -258,6 +258,7 @@ char *yang_find_myprefix(yang_stmt *ys);
int yang_order(yang_stmt *y);
int yang_print(FILE *f, yang_node *yn);
int yang_print_cbuf(cbuf *cb, yang_node *yn, int marginal);
int ys_populate(yang_stmt *ys, void *arg);
yang_stmt *yang_parse_file(int fd, const char *name, yang_spec *ysp);
int yang_parse(clicon_handle h, const char *yang_dir,
const char *module, const char *revision, yang_spec *ysp);