diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-30 21:51:51 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-12-30 21:51:51 +0000 |
commit | a2770de0d98e7f578c562f6c7d3babd0324091f8 (patch) | |
tree | 28ad9305950c17310d55c7d192dcef58011c308c /sys/net/if_gif.h | |
parent | b3a8aad483b106fbfb25823f632d29b9ba3a4fec (diff) |
gif_start() prototype
Diffstat (limited to 'sys/net/if_gif.h')
-rw-r--r-- | sys/net/if_gif.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h index 51e30bda306..e9ffbbcc4e1 100644 --- a/sys/net/if_gif.h +++ b/sys/net/if_gif.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gif.h,v 1.3 2000/01/12 06:40:45 angelos Exp $ */ +/* $OpenBSD: if_gif.h,v 1.4 2000/12/30 21:51:50 angelos Exp $ */ /* * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project. @@ -71,4 +71,5 @@ extern struct gif_softc *gif; int gif_output __P((struct ifnet *, struct mbuf *, struct sockaddr *, struct rtentry *)); int gif_ioctl __P((struct ifnet *, u_long, caddr_t)); +void gif_start __P((struct ifnet *)); #endif /* _NET_IF_GIF_H_ */ |