Added cli expand_yang() function

This commit is contained in:
Olof hagsand 2024-02-18 11:21:31 +01:00
parent ea1efe8845
commit 01327fc8f0
2 changed files with 18 additions and 15 deletions

View file

@ -119,7 +119,7 @@ int cli_process_control(clixon_handle h, cvec *vars, cvec *argv);
/* In cli_show.c */
int expand_dbvar(void *h, char *name, cvec *cvv, cvec *argv,
cvec *commands, cvec *helptexts);
int expand_augment(void *h, char *name, cvec *cvv, cvec *argv,
int expand_yang(void *h, char *name, cvec *cvv, cvec *argv,
cvec *commands, cvec *helptexts);
int clixon_cli2file(clixon_handle h, FILE *f, cxobj *xn, char *prepend, clicon_output_cb *fn, int skiptop);
int clixon_cli2cbuf(clixon_handle h, cbuf *cb, cxobj *xn, char *prepend, int skiptop);