diff options
| author | David Lamparter <equinox@diac24.net> | 2018-10-19 12:11:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-10-19 12:11:21 +0200 |
| commit | e79ab0ca33999fc818de5453f49b4918940e02ca (patch) | |
| tree | 52f272a4aa304166c189e415019f362cbc274cf9 /lib/command.h | |
| parent | e2f68d82e9e5fe2b060ded949dd9780e33264ffe (diff) | |
| parent | 7ab57d19ce694b4fb2b15e98647571ea230e422f (diff) | |
Merge pull request #3163 from donaldsharp/more_vty_errors
lib, vtysh: Allow notification across multiple lines of failure
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.h b/lib/command.h index 8e51641b88..fbff1e67f4 100644 --- a/lib/command.h +++ b/lib/command.h @@ -419,7 +419,7 @@ extern char **cmd_complete_command(vector, struct vty *, int *status); extern const char *cmd_prompt(enum node_type); extern int command_config_read_one_line(struct vty *vty, const struct cmd_element **, - int use_config_node); + uint32_t line_num, int use_config_node); extern int config_from_file(struct vty *, FILE *, unsigned int *line_num); extern enum node_type node_parent(enum node_type); /* |
