]> git.proxmox.com Git - mirror_frr.git/blobdiff - bgpd/bgp_community.h
bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..'
[mirror_frr.git] / bgpd / bgp_community.h
index bc1e56eff1e1592c45b935875efd94cc23800519..9e483770e9ea7c185c6672f95a60117f083c7af4 100644 (file)
@@ -57,7 +57,7 @@ extern void community_free (struct community *);
 extern struct community *community_uniq_sort (struct community *);
 extern struct community *community_parse (u_int32_t *, u_short);
 extern struct community *community_intern (struct community *);
-extern void community_unintern (struct community *);
+extern void community_unintern (struct community **);
 extern char *community_str (struct community *);
 extern unsigned int community_hash_make (struct community *);
 extern struct community *community_str2com (const char *);