diff options
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_ */ |