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/adv.h | |
parent | 7b2c79b5895287d37f0c4e3adfc396eb7a6c03fb (diff) |
First round of __P removal in sys
Diffstat (limited to 'sys/dev/ic/adv.h')
-rw-r--r-- | sys/dev/ic/adv.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/adv.h b/sys/dev/ic/adv.h index d8e9b31ae2f..173ca3d334f 100644 --- a/sys/dev/ic/adv.h +++ b/sys/dev/ic/adv.h @@ -1,4 +1,4 @@ -/* $OpenBSD: adv.h,v 1.4 2001/11/05 17:25:58 art Exp $ */ +/* $OpenBSD: adv.h,v 1.5 2002/03/14 01:26:53 millert Exp $ */ /* $NetBSD: adv.h,v 1.3 1998/09/26 16:02:56 dante Exp $ */ /* @@ -87,9 +87,9 @@ struct adv_control /******************************************************************************/ -int adv_init __P((ASC_SOFTC *sc)); -void adv_attach __P((ASC_SOFTC *sc)); -int adv_intr __P((void *arg)); +int adv_init(ASC_SOFTC *sc); +void adv_attach(ASC_SOFTC *sc); +int adv_intr(void *arg); /******************************************************************************/ |