diff options
author | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-20 22:45:58 +0400 |
---|---|---|
committer | Denis Ovsienko <infrastation@yandex.ru> | 2011-08-20 22:45:58 +0400 |
commit | eb223062582ba463856119efa30ae1989c2a901d (patch) | |
tree | 0a457b14182e78438f53fb86b1ebcc5766ef3024 /ospf6d/ospf6_lsa.h | |
parent | a44ed99c57f340a75e94e13edfb047e3f5a49539 (diff) |
ospf6d: ospf6_lsa_cmd_init() does not exist
Diffstat (limited to 'ospf6d/ospf6_lsa.h')
-rw-r--r-- | ospf6d/ospf6_lsa.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospf6d/ospf6_lsa.h b/ospf6d/ospf6_lsa.h index fb0f27cd..c5772768 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); |