dev_net.h revision 1.2
1/*	$NetBSD: dev_net.h,v 1.2 1997/03/11 18:23:56 gwr Exp $	*/
2
3int	net_open __P((struct open_file *, ...));
4int	net_close __P((struct open_file *));
5int	net_ioctl();
6int	net_strategy();
7
8