blob: b6d35c8426917a019b3381fafa85e4e98932a2d0 (
plain)
1
2
3
4
5
6
7
|
/* $OpenBSD: dev_net.h,v 1.2 1996/04/28 10:49:20 deraadt Exp $ */
int net_open __P((struct open_file *, ...));
int net_close __P((struct open_file *));
int net_ioctl();
int net_strategy();
|