]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospfd/ospf_flood.h
Merge pull request #3362 from pacovn/Coverity_1475469_null_check
[mirror_frr.git] / ospfd / ospf_flood.h
index b74894567d0d39f7ad92d2d79912246b6d7ac898..6f7ecfccf0532eea82fde38fcb7335d9bdc2d9cd 100644 (file)
@@ -61,7 +61,8 @@ extern void ospf_flood_lsa_as(struct ospf_lsa *);
 extern void ospf_lsa_flush_area(struct ospf_lsa *, struct ospf_area *);
 extern void ospf_lsa_flush_as(struct ospf *, struct ospf_lsa *);
 extern void ospf_lsa_flush(struct ospf *, struct ospf_lsa *);
-extern struct external_info *ospf_external_info_check(struct ospf_lsa *);
+extern struct external_info *ospf_external_info_check(struct ospf *,
+                                                     struct ospf_lsa *);
 
 extern void ospf_lsdb_init(struct ospf_lsdb *);