]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_abr.h
lib: Remove unnecessary comparison, for linked list
[mirror_frr.git] / ospf6d / ospf6_abr.h
index 75e051761db74ff8591ccec222e833ba785186fe..a4dc4ddc843e32708ef82de6c7b9e681e5e3d029 100644 (file)
@@ -89,7 +89,7 @@ extern void ospf6_abr_init(void);
 extern void ospf6_abr_range_update(struct ospf6_route *range,
                                   struct ospf6 *ospf6);
 extern void ospf6_abr_remove_unapproved_summaries(struct ospf6 *ospf6);
-extern int ospf6_ls_origin_cmp(struct ospf6_path *o_path,
-               struct ospf6_route *route);
+extern int ospf6_ls_origin_same(struct ospf6_path *o_path,
+                               struct ospf6_path *r_path);
 
 #endif /*OSPF6_ABR_H*/