diff options
Diffstat (limited to 'lib/command_queue.h')
-rw-r--r-- | lib/command_queue.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/command_queue.h b/lib/command_queue.h index 0966bd68..0f4863d6 100644 --- a/lib/command_queue.h +++ b/lib/command_queue.h @@ -26,8 +26,8 @@ #include "command_execute.h" #include "qpnexus.h" -extern void cq_dispatch(vty vty, cmd_do_t to_do, qstring line) ; -extern void cq_go_fetch(vty vty) ; -extern void cq_revoke(vty vty) ; +extern void cq_loop_enter(vty vty, cmd_return_code_t ret) ; +extern void cq_continue(vty vty, cmd_return_code_t ret) ; +extern bool cq_revoke(vty vty) ; #endif /* COMMAND_QUEUE_H_ */ |