summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2005-12-30 17:20:21 +0000
committerclaudio <claudio@openbsd.org>2005-12-30 17:20:21 +0000
commit62869cd5eb329ff43163d8552918885c2e1b21a5 (patch)
tree2eb1dc827011f9ef84666094ecc81da70522fdb0
parentdo not suggest that interactive authentication will work (diff)
downloadwireguard-openbsd-62869cd5eb329ff43163d8552918885c2e1b21a5.tar.xz
wireguard-openbsd-62869cd5eb329ff43163d8552918885c2e1b21a5.zip
There is no attr_mp_nexthop() function, remove the prototype.
-rw-r--r--usr.sbin/bgpd/rde.h4
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