This commit is contained in:
Olof hagsand 2020-09-15 14:22:40 +02:00
parent 41ef682bdd
commit 9a76899482
4 changed files with 98 additions and 32 deletions

View file

@ -53,6 +53,6 @@
* Prototypes
*/
int yang2cli(clicon_handle h, yang_stmt *yspec, enum genmodel_type gt,
int printgen, int state, parse_tree *ptnew);
int printgen, int state, int show_tree, parse_tree *ptnew);
#endif /* _CLI_GENERATE_H_ */