summaryrefslogtreecommitdiff
path: root/lib/vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/vty.h')
-rw-r--r--lib/vty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/vty.h b/lib/vty.h
index 77edc7173a..7dc9e339f1 100644
--- a/lib/vty.h
+++ b/lib/vty.h
@@ -342,7 +342,4 @@ extern void vty_hello (struct vty *);
an async-signal-safe function. */
extern void vty_log_fixed (char *buf, size_t len);
-extern const char *vty_get_arg_value (struct vty_arg **, const char *);
-extern struct vty_arg *vty_get_arg (struct vty_arg **, const char *);
-
#endif /* _ZEBRA_VTY_H */