]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/vty.h
Merge pull request #753 from dslicenc/cm16876-ospfv6-mtu
[mirror_frr.git] / lib / vty.h
index 77edc7173a15ea04763553a8c6731854e7c6c79d..7dc9e339f1d72819bc970d3c0f2df9da374ccb6d 100644 (file)
--- 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 */