diff options
| author | Russ White <russ@riw.us> | 2017-07-14 07:10:13 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-14 07:10:13 -0400 |
| commit | 79af1cb3384c47e374d118281c17a32ea03885df (patch) | |
| tree | 02537ca38af0d623d43f92df48b048c9237b0cf6 /lib/command.h | |
| parent | ac45e83c04c4a5d8846c50726a2cbcf72943b8fb (diff) | |
| parent | 1a0f614dd29f8666647e005c63ae00b3638234d4 (diff) | |
Merge pull request #808 from qlyoung/vtysh-termcols
lib, vtysh: pretty-print variable autocompletions
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 4a261499d4..f712407b7f 100644 --- a/lib/command.h +++ b/lib/command.h @@ -406,5 +406,6 @@ struct cmd_variable_handler { extern void cmd_variable_complete (struct cmd_token *token, const char *arg, vector comps); extern void cmd_variable_handler_register (const struct cmd_variable_handler *cvh); +extern char *cmd_variable_comp2str (vector comps, unsigned short cols, const char nl[]); #endif /* _ZEBRA_COMMAND_H */ |
