From: Denis Ovsienko Date: Sat, 20 Aug 2011 18:45:58 +0000 (+0400) Subject: ospf6d: ospf6_lsa_cmd_init() does not exist X-Git-Tag: frr-2.0-rc1~1918^2~137 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=eb223062582ba463856119efa30ae1989c2a901d;p=mirror%2Ffrr.git ospf6d: ospf6_lsa_cmd_init() does not exist --- diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index fb0f27cdae..c57727681d 100644 --- a/ospf6d/ospf6_lsa.h +++ b/ospf6d/ospf6_lsa.h @@ -243,7 +243,6 @@ extern void ospf6_install_lsa_handler (struct ospf6_lsa_handler *handler); extern struct ospf6_lsa_handler *ospf6_get_lsa_handler (u_int16_t type); extern void ospf6_lsa_init (void); -extern void ospf6_lsa_cmd_init (void); extern int config_write_ospf6_debug_lsa (struct vty *vty); extern void install_element_ospf6_debug_lsa (void);