diff options
Diffstat (limited to 'sys/net/if.h')
-rw-r--r-- | sys/net/if.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index 6f03764cd5f..0bf2b61588f 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.27 2001/06/15 03:38:33 itojun Exp $ */ +/* $OpenBSD: if.h,v 1.28 2001/06/23 22:52:51 fgsch Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -423,6 +423,7 @@ int if_index; void ether_ifattach __P((struct ifnet *)); void ether_ifdetach __P((struct ifnet *)); int ether_ioctl __P((struct ifnet *, struct arpcom *, u_long, caddr_t)); +void ether_input_mbuf __P((struct ifnet *, struct mbuf *)); void ether_input __P((struct ifnet *, struct ether_header *, struct mbuf *)); int ether_output __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *)); |