summaryrefslogtreecommitdiffstats
path: root/lib/command_queue.h
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
committerChris Hall <chris.hall@highwayman.com>2011-03-21 01:16:05 +0000
commit9470cb2c32eab220f796b1438b787528272cbe84 (patch)
treeb9b2cc12446173436d2bc7a32e82cc3378ec721e /lib/command_queue.h
parent5cae7eea451f2b7d65b5892e2c1dafc70f8b836e (diff)
downloadquagga-9470cb2c32eab220f796b1438b787528272cbe84.tar.bz2
quagga-9470cb2c32eab220f796b1438b787528272cbe84.tar.xz
Upgrade of "pipework" -- including piping to/from shell commandsex11p
Version 0.99.15ex11p A major overhaul.
Diffstat (limited to 'lib/command_queue.h')
-rw-r--r--lib/command_queue.h6
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_ */