From 9470cb2c32eab220f796b1438b787528272cbe84 Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Mon, 21 Mar 2011 01:16:05 +0000 Subject: Upgrade of "pipework" -- including piping to/from shell commands Version 0.99.15ex11p A major overhaul. --- lib/command_queue.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/command_queue.h') 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_ */ -- cgit v1.2.3