]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_ext.h
zebra, lib: fix the ZEBRA_INTERFACE_VRF_UPDATE zapi message
[mirror_frr.git] / ospfd / ospf_ext.h
index 3ebca7f5ddebc434ceb7d17fce7a604ed02dcd83..c3f9ae94dcdb54b08aff04ed86a3cd94f34d28c5 100644 (file)
@@ -191,9 +191,10 @@ struct ext_itf {
 /* Prototypes. */
 extern int ospf_ext_init(void);
 extern void ospf_ext_term(void);
+extern void ospf_ext_finish(void);
 extern void ospf_ext_update_sr(bool enable);
 extern uint32_t ospf_ext_schedule_prefix_index(struct interface *ifp,
-                                         uint32_t index,
-                                         struct prefix_ipv4 *p,
-                                         uint8_t flags);
+                                              uint32_t index,
+                                              struct prefix_ipv4 *p,
+                                              uint8_t flags);
 #endif /* _FRR_OSPF_EXT_PREF_H_ */