diff options
Diffstat (limited to 'lib/command_queue.h')
-rw-r--r-- | lib/command_queue.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/command_queue.h b/lib/command_queue.h index 90a4f7b6..257c9552 100644 --- a/lib/command_queue.h +++ b/lib/command_queue.h @@ -25,7 +25,8 @@ #include "command.h" #include "qpnexus.h" -extern void cq_enqueue(struct cmd_element *matched_element, struct vty *vty, - int argc, const char *argv[], qpn_nexus); +extern void +cq_enqueue(struct vty *vty, struct cmd_parsed* parsed, qpn_nexus to_nexus, + qpn_nexus from_nexus) ; #endif /* COMMAND_QUEUE_H_ */ |