summaryrefslogtreecommitdiff
path: root/ldpd/ldp_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldpd/ldp_vty.h')
-rw-r--r--ldpd/ldp_vty.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ldpd/ldp_vty.h b/ldpd/ldp_vty.h
index af5f1d5616..f6ba8f8c97 100644
--- a/ldpd/ldp_vty.h
+++ b/ldpd/ldp_vty.h
@@ -33,9 +33,6 @@ extern struct cmd_node ldp_debug_node;
union ldpd_addr;
int ldp_get_address(const char *, int *, union ldpd_addr *);
-int ldp_config_write(struct vty *);
-int ldp_l2vpn_config_write(struct vty *);
-int ldp_debug_config_write(struct vty *);
int ldp_vty_mpls_ldp (struct vty *, const char *);
int ldp_vty_address_family (struct vty *, const char *, const char *);
int ldp_vty_disc_holdtime(struct vty *, const char *, enum hello_type, long);