blob: 3e3d4b091d6a68f2be10241f09984eae00e353b1 (
plain)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: dev_net.h,v 1.1 1996/10/30 22:40:53 niklas Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();
|