diff options
Diffstat (limited to 'ospfd/ospf_apiserver.h')
-rw-r--r-- | ospfd/ospf_apiserver.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ospfd/ospf_apiserver.h b/ospfd/ospf_apiserver.h index f1412270..45716d9d 100644 --- a/ospfd/ospf_apiserver.h +++ b/ospfd/ospf_apiserver.h @@ -180,11 +180,7 @@ extern void ospf_apiserver_config_write_router (struct vty *vty); extern void ospf_apiserver_config_write_if (struct vty *vty, struct interface *ifp); extern void ospf_apiserver_show_info (struct vty *vty, struct ospf_lsa *lsa); extern int ospf_ospf_apiserver_lsa_originator (void *arg); -#if 0 -extern void ospf_apiserver_lsa_refresher (struct ospf_lsa *lsa); -#else -extern struct ospf_lsa * ospf_apiserver_lsa_refresher (struct ospf_lsa *lsa); -#endif +extern struct ospf_lsa *ospf_apiserver_lsa_refresher (struct ospf_lsa *lsa); extern void ospf_apiserver_flush_opaque_lsa (struct ospf_apiserver *apiserv, u_char lsa_type, u_char opaque_type); |