diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-03-14 01:27:20 +0000 |
commit | 8327d0774703553db5e1a41a04bfdf4b1797c2ce (patch) | |
tree | ac9a52bace179e17769651fb9f805070d78abe5f /sys/dev/ic/ne2000var.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/ne2000var.h')
-rw-r--r-- | sys/dev/ic/ne2000var.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/ne2000var.h b/sys/dev/ic/ne2000var.h index 4f4cc08efa5..85f2932593f 100644 --- a/sys/dev/ic/ne2000var.h +++ b/sys/dev/ic/ne2000var.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ne2000var.h,v 1.6 2001/03/29 01:39:32 aaron Exp $ */ +/* $OpenBSD: ne2000var.h,v 1.7 2002/03/14 01:26:55 millert Exp $ */ /* $NetBSD: ne2000var.h,v 1.2 1997/10/14 22:54:12 thorpej Exp $ */ /*- @@ -63,8 +63,8 @@ struct ne2000_softc { ((sc)->sc_type == NE2000_TYPE_DL10022) || \ ((sc)->sc_type == NE2000_TYPE_AX88190)) -int ne2000_attach __P((struct ne2000_softc *, u_int8_t *)); -int ne2000_detect __P((struct ne2000_softc *)); -int ne2000_detach __P((struct ne2000_softc *, int)); +int ne2000_attach(struct ne2000_softc *, u_int8_t *); +int ne2000_detect(struct ne2000_softc *); +int ne2000_detach(struct ne2000_softc *, int); #endif /* _DEV_IC_NE2000VAR_H_ */ |