summaryrefslogtreecommitdiffstats
path: root/lib/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 37436040..2de8065c 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -218,7 +218,7 @@ extern int vty_lock_asserted;
#endif
/* Prototypes. */
-extern void vty_init_r (void);
+extern void vty_init_r (qpn_nexus);
extern void vty_exec_r(void);
extern void vty_init (struct thread_master *);
extern void vty_init_vtysh (void);