diff options
author | 2010-03-29 09:24:07 +0000 | |
---|---|---|
committer | 2010-03-29 09:24:07 +0000 | |
commit | 798b51d948bb5a7d29d02ce88321a32e51d4119d (patch) | |
tree | 00a6a7f5b81f00cfab2fae56d67f997aabdce38b /usr.sbin/bgpd/rde_attr.c | |
parent | Since we always reload the config now there is no need to allocate the (diff) | |
download | wireguard-openbsd-798b51d948bb5a7d29d02ce88321a32e51d4119d.tar.xz wireguard-openbsd-798b51d948bb5a7d29d02ce88321a32e51d4119d.zip |
I'm going to need community_ext_conv() outside of rde_attr.c soon, so move
the prototype to rde.h
Diffstat (limited to 'usr.sbin/bgpd/rde_attr.c')
-rw-r--r-- | usr.sbin/bgpd/rde_attr.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde_attr.c b/usr.sbin/bgpd/rde_attr.c index 6f73d9a6537..6b1dc839d8a 100644 --- a/usr.sbin/bgpd/rde_attr.c +++ b/usr.sbin/bgpd/rde_attr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde_attr.c,v 1.82 2010/03/05 15:25:00 claudio Exp $ */ +/* $OpenBSD: rde_attr.c,v 1.83 2010/03/29 09:24:07 claudio Exp $ */ /* * Copyright (c) 2004 Claudio Jeker <claudio@openbsd.org> @@ -975,7 +975,6 @@ aspath_match(struct aspath *a, enum as_spec type, u_int32_t as) * Functions handling communities and extended communities. */ -int community_ext_conv(struct filter_extcommunity *, u_int16_t, u_int64_t *); int community_ext_matchone(struct filter_extcommunity *, u_int16_t, u_int64_t); int |