diff options
Diffstat (limited to 'usr.sbin/bgpd/rde.h')
-rw-r--r-- | usr.sbin/bgpd/rde.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/rde.h b/usr.sbin/bgpd/rde.h index c95fb64db69..e33842a4b67 100644 --- a/usr.sbin/bgpd/rde.h +++ b/usr.sbin/bgpd/rde.h @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.h,v 1.76 2005/12/30 16:40:15 claudio Exp $ */ +/* $OpenBSD: rde.h,v 1.77 2005/12/30 17:20:21 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Claudio Jeker <claudio@openbsd.org> and @@ -257,8 +257,6 @@ int attr_optadd(struct rde_aspath *, u_int8_t, u_int8_t, void *, u_int16_t); struct attr *attr_optget(const struct rde_aspath *, u_int8_t); void attr_optfree(struct rde_aspath *); -int attr_mp_nexthop(u_char *, u_int16_t, u_int16_t, - struct rde_aspath *); int aspath_verify(void *, u_int16_t); #define AS_ERR_LEN -1 |