blob: 447c71b34b6a2e843cbd6b9c41b1fc10b9aaa0af (
plain) (
blame)
1
2
3
4
5
6
7
8
|
/* $OpenBSD: dev_net.h,v 1.2 2002/03/14 01:26:27 millert Exp $ */
int net_open(struct open_file *, ...);
int net_close(struct open_file *);
int net_ioctl();
int net_strategy();
|