diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-03-29 09:24:08 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-03-29 09:24:08 +0000 |
commit | 511d04eae45805beb360a5505105684452db798f (patch) | |
tree | a78154e277e857226a98176cf38ad44196bc8e0a /usr.sbin/bgpd/rde_attr.c | |
parent | ab3740f329d0638c4db98821a735b33272fa813c (diff) |
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 |