summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2006-06-28 12:13:24 +0000
committerclaudio <claudio@openbsd.org>2006-06-28 12:13:24 +0000
commit8bd73bb1aae4e5f2eb433b99982d41e03067514d (patch)
treefae2603016c8471850bc8db05281e1c6bc5eb4fe
parentAnother unused function bites the dust -- this time pflogrtrequest(). OK markus@ (diff)
downloadwireguard-openbsd-8bd73bb1aae4e5f2eb433b99982d41e03067514d.tar.xz
wireguard-openbsd-8bd73bb1aae4e5f2eb433b99982d41e03067514d.zip
No need to add function prototypes twice to a header file.
-rw-r--r--sys/netinet/if_ether.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet/if_ether.h b/sys/netinet/if_ether.h
index 5ae6dacdb8a..5c85bcfab75 100644
--- a/sys/netinet/if_ether.h
+++ b/sys/netinet/if_ether.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ether.h,v 1.37 2006/05/28 00:20:21 brad Exp $ */
+/* $OpenBSD: if_ether.h,v 1.38 2006/06/28 12:13:24 claudio Exp $ */
/* $NetBSD: if_ether.h,v 1.22 1996/05/11 13:00:00 mycroft Exp $ */
/*
@@ -276,12 +276,7 @@ struct ether_multistep {
extern struct ifnet *myip_ifp;
-void arp_rtrequest(int, struct rtentry *, struct rt_addrinfo *);
-int arpresolve(struct arpcom *, struct rtentry *, struct mbuf *,
- struct sockaddr *, u_char *);
-void arpintr(void);
int arpioctl(u_long, caddr_t);
-void arp_ifinit(struct arpcom *, struct ifaddr *);
void arprequest(struct ifnet *, u_int32_t *, u_int32_t *, u_int8_t *);
void revarpinput(struct mbuf *);
void in_revarpinput(struct mbuf *);