From: Hasso Tepper <hasso@estpak.ee>
 To: zebra@zebra.org
Subject: [zebra 18648] [PATCH] Selforiginated Type-7 LSA's are not flushed
         from lsdb
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h
index 82d9549..b12feeb 100644
--- a/ospfd/ospf_lsa.h
+++ b/ospfd/ospf_lsa.h
@@ -266,6 +266,7 @@
 struct ospf_lsa *ospf_lsa_install (struct ospf *,
 				   struct ospf_interface *, struct ospf_lsa *);
 
+void ospf_nssa_lsa_flush (struct ospf *ospf, struct prefix_ipv4 *p);
 void ospf_external_lsa_flush (struct ospf *, u_char, struct prefix_ipv4 *,
 			      unsigned int, struct in_addr);