diff options
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 51da4c52e6..1536bb1449 100644 --- a/lib/command.h +++ b/lib/command.h @@ -574,6 +574,7 @@ extern void cmd_init_config_callbacks(void (*start_config_cb)(void), extern void cmd_terminate(void); extern void cmd_exit(struct vty *vty); extern int cmd_list_cmds(struct vty *vty, int do_permute); +extern int cmd_find_cmds(struct vty *vty, struct cmd_token **argv, int argc); extern int cmd_domainname_set(const char *domainname); extern int cmd_hostname_set(const char *hostname); |
