summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 0290a836..6faa7d89 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -181,7 +181,6 @@ extern char integrate_default[];
void vty_init (struct thread_master *);
void vty_init_vtysh (void);
void vty_reset (void);
-void vty_finish (void);
struct vty *vty_new (void);
int vty_out (struct vty *, const char *, ...) PRINTF_ATTRIBUTE(2, 3);
void vty_read_config (char *, char *);