summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-09-04 13:42:15 +0000
committerbde <bde@FreeBSD.org>1999-09-04 13:42:15 +0000
commitde73541266ac84e32764d1ce42d4f2fe0a51915a (patch)
tree4c270e539c529184a88735c7826c4e6f6619736e /sys/sys/soundcard.h
parentf8be141aebb63577d68a7a6eadb94f08ff2c17c7 (diff)
downloadFreeBSD-src-de73541266ac84e32764d1ce42d4f2fe0a51915a.zip
FreeBSD-src-de73541266ac84e32764d1ce42d4f2fe0a51915a.tar.gz
Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown away
in rev.1.25.
Diffstat (limited to 'sys/sys/soundcard.h')
-rw-r--r--sys/sys/soundcard.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h
index 7cf1f8b..4396b4f 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -1095,7 +1095,7 @@ typedef struct copr_msg {
*/
#ifndef USE_SIMPLE_MACROS
-void seqbuf_dump(void); /* This function must be provided by programs */
+void seqbuf_dump __P((void)); /* This function must be provided by programs */
/* Sample seqbuf_dump() implementation:
*
OpenPOWER on IntegriCloud