summaryrefslogtreecommitdiffstats
path: root/sys/sys/soundcard.h
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-02-03 20:37:29 +0000
committerbde <bde@FreeBSD.org>1998-02-03 20:37:29 +0000
commita43d18c3febda7392587005439f6e9bcff8dd38c (patch)
treee021c276a02453816e6871b6eadd2ccbf21d37ab /sys/sys/soundcard.h
parenta448301f54b93cfee2e1451072aaf680aefb7782 (diff)
downloadFreeBSD-src-a43d18c3febda7392587005439f6e9bcff8dd38c.zip
FreeBSD-src-a43d18c3febda7392587005439f6e9bcff8dd38c.tar.gz
Fixed a gratuitous ANSIism.
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 9898174..1d20cbd 100644
--- a/sys/sys/soundcard.h
+++ b/sys/sys/soundcard.h
@@ -920,7 +920,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