summaryrefslogtreecommitdiff
path: root/sys/netinet/if_ether.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2006-06-28 12:13:25 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2006-06-28 12:13:25 +0000
commit8cf5a1c719de6f7a556c94f257e1939fc3b8d6bc (patch)
tree5db15973b32cb6b8b1fb4487311702d58d122cb6 /sys/netinet/if_ether.h
parentdbd63e89037e8b03412cb84a45251a4d672076e6 (diff)
No need to add function prototypes twice to a header file.
Diffstat (limited to 'sys/netinet/if_ether.h')
-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 *);