diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 18:54:12 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-06-29 18:54:12 +0000 |
commit | cf33d69c641c5a5686bb7f1cd4a5d230de07ec47 (patch) | |
tree | 52a2d24c6a5828e8439e5f951ab44da4394c6c5a /sys/net/if.h | |
parent | d422819a886769c2894bc215462b41c8a8e1aad5 (diff) |
provide if_attachhead(), and make if_loop use it
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 db86882d94d..94dc4f9b932 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if.h,v 1.5 1996/05/10 12:31:07 deraadt Exp $ */ +/* $OpenBSD: if.h,v 1.6 1996/06/29 18:54:10 deraadt Exp $ */ /* $NetBSD: if.h,v 1.23 1996/05/07 02:40:27 thorpej Exp $ */ /* @@ -337,6 +337,7 @@ int ether_output __P((struct ifnet *, char *ether_sprintf __P((u_char *)); void if_attach __P((struct ifnet *)); +void if_attachtail __P((struct ifnet *)); void if_down __P((struct ifnet *)); void if_qflush __P((struct ifqueue *)); void if_slowtimo __P((void *)); |