From ffa4e2c4712ddcb5085971aaf001f030723ee307 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 15 May 2009 10:28:11 -0700 Subject: [BGP/cleanup] make ecommunity variables/functions local --- bgpd/bgp_ecommunity.h | 1 - 1 file changed, 1 deletion(-) (limited to 'bgpd/bgp_ecommunity.h') diff --git a/bgpd/bgp_ecommunity.h b/bgpd/bgp_ecommunity.h index 278721c8..5c8deb56 100644 --- a/bgpd/bgp_ecommunity.h +++ b/bgpd/bgp_ecommunity.h @@ -67,7 +67,6 @@ struct ecommunity_val extern void ecommunity_init (void); extern void ecommunity_free (struct ecommunity *); -extern struct ecommunity *ecommunity_new (void); extern struct ecommunity *ecommunity_parse (u_int8_t *, u_short); extern struct ecommunity *ecommunity_dup (struct ecommunity *); extern struct ecommunity *ecommunity_merge (struct ecommunity *, struct ecommunity *); -- cgit v1.2.1