diff options
author | Chris Hall <chris.hall@highwayman.com> | 2011-03-30 12:22:34 +0100 |
---|---|---|
committer | Chris Hall <chris.hall@highwayman.com> | 2011-03-30 12:22:34 +0100 |
commit | f3255d1e9f062e7783b05ab5b32ca70085170d79 (patch) | |
tree | 2545e94650e88237baf6c0e04758f00e87dc335a /lib/vty_command.h | |
parent | 9c99076cf33bfa874db34151e28822f0e392ab3a (diff) | |
download | quagga-f3255d1e9f062e7783b05ab5b32ca70085170d79.tar.bz2 quagga-f3255d1e9f062e7783b05ab5b32ca70085170d79.tar.xz |
Better mechanism for handling depth_mark in vty->vio.
Previous mechanism required special steps before any new output vty
was opened -- which was easy to forget. New mechanism requires
extra step when input and output are opened at the same time, which
is less common, and more obviously requires the extra step.
Fixes problem with "write memory" command.
Diffstat (limited to 'lib/vty_command.h')
-rw-r--r-- | lib/vty_command.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vty_command.h b/lib/vty_command.h index 125b9a03..38c95604 100644 --- a/lib/vty_command.h +++ b/lib/vty_command.h @@ -46,7 +46,6 @@ extern cmd_return_code_t uty_cmd_out_push(vio_vf vf, bool final) ; extern void vty_cmd_set_full_lex(vty vty, bool full_lex) ; -extern void uty_cmd_depth_mark(vty_io vio) ; extern cmd_return_code_t uty_cmd_open_in_pipe_file(vty_io vio, cmd_context context, qstring name, cmd_pipe_type_t type) ; extern cmd_return_code_t uty_cmd_open_in_pipe_shell(vty_io vio, |