]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_community.h
[bgpd] Stability fixes including bugs 397, 492
[mirror_frr.git] / bgpd / bgp_community.h
index aed7f3303b4d2747e94bcf0405967bd5f4ccf02a..bc1e56eff1e1592c45b935875efd94cc23800519 100644 (file)
@@ -52,6 +52,7 @@ struct community
 
 /* Prototypes of communities attribute functions.  */
 extern void community_init (void);
+extern void community_finish (void);
 extern void community_free (struct community *);
 extern struct community *community_uniq_sort (struct community *);
 extern struct community *community_parse (u_int32_t *, u_short);