diff options
author | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-06 02:10:30 +0100 |
---|---|---|
committer | Chris Hall <GMCH@hestia.halldom.com> | 2010-04-06 02:10:30 +0100 |
commit | 8fea5ca7104c0d95108947661a4991b61b2ee06e (patch) | |
tree | 7ad44a658a61d4a8dfb43ca5b6122c5626f68ea0 /lib/command_queue.h | |
parent | c933cf7233f51f677ab01689f175ceb3dc5361f6 (diff) | |
download | quagga-8fea5ca7104c0d95108947661a4991b61b2ee06e.tar.bz2 quagga-8fea5ca7104c0d95108947661a4991b61b2ee06e.tar.xz |
First beta release
Various bug fixes and improvements.
Running with a fair amount of debug/assert code, which must be
removed at some date.
Diffstat (limited to 'lib/command_queue.h')
-rw-r--r-- | lib/command_queue.h | 5 |
1 files changed, 2 insertions, 3 deletions
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_ */ |