summaryrefslogtreecommitdiff
path: root/bgpd/bgp_ecommunity.h
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-05-15 10:28:11 -0700
committerPaul Jakma <paul@quagga.net>2009-06-18 20:18:30 +0100
commitffa4e2c4712ddcb5085971aaf001f030723ee307 (patch)
treec678f391c427079ec667413f63bc26d5b422c4d7 /bgpd/bgp_ecommunity.h
parent372b3c70a090359fe401dbb5e7c34ff8ae09f757 (diff)
[BGP/cleanup] make ecommunity variables/functions local
Diffstat (limited to 'bgpd/bgp_ecommunity.h')
-rw-r--r--bgpd/bgp_ecommunity.h1
1 files changed, 0 insertions, 1 deletions
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 *);