summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2005-12-30 17:20:22 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2005-12-30 17:20:22 +0000
commitabfb0b0b4194e525d85da9c19463e9183acc8089 (patch)
tree1a591ffe0360caf87cbcc10990d512575741d930 /usr.sbin/bgpd
parent46578730a80956f2c5b5396629c54b77eb952483 (diff)
There is no attr_mp_nexthop() function, remove the prototype.
Diffstat (limited to 'usr.sbin/bgpd')
-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