From 8fea5ca7104c0d95108947661a4991b61b2ee06e Mon Sep 17 00:00:00 2001 From: Chris Hall Date: Tue, 6 Apr 2010 02:10:30 +0100 Subject: First beta release Various bug fixes and improvements. Running with a fair amount of debug/assert code, which must be removed at some date. --- lib/command_queue.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/command_queue.h') diff --git a/lib/command_queue.h b/lib/command_queue.h index 257c9552..804dfa1f 100644 --- a/lib/command_queue.h +++ b/lib/command_queue.h @@ -25,8 +25,7 @@ #include "command.h" #include "qpnexus.h" -extern void -cq_enqueue(struct vty *vty, struct cmd_parsed* parsed, qpn_nexus to_nexus, - qpn_nexus from_nexus) ; +extern void cq_enqueue(struct vty *vty, qpn_nexus dst) ; +extern void cq_revoke(struct vty* vty) ; #endif /* COMMAND_QUEUE_H_ */ -- cgit v1.2.3