diff options
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r-- | sys/net/if_var.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 79b1ff6..e6f0785 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -323,7 +323,8 @@ extern struct ifnet loif[]; extern int if_index; extern struct ifaddr **ifnet_addrs; -void ether_ifattach __P((struct ifnet *)); +void ether_ifattach __P((struct ifnet *, int)); +void ether_ifdetach __P((struct ifnet *, int)); void ether_input __P((struct ifnet *, struct ether_header *, struct mbuf *)); void ether_demux __P((struct ifnet *, struct ether_header *, struct mbuf *)); int ether_output __P((struct ifnet *, |