diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1999-09-04 13:42:15 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1999-09-04 13:42:15 +0000 |
| commit | 8aedb875bbc78a63ea6592d3d5563f52cff5ae09 (patch) | |
| tree | b63f9c7e7f98dff1b2f94541be5d5cf466c7ca52 | |
| parent | b9e91a85a6c474f422c9af0e931e7d693ff0bebe (diff) | |
Notes
| -rw-r--r-- | sys/sys/soundcard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/soundcard.h b/sys/sys/soundcard.h index 7cf1f8b65590..4396b4fe5521 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: * |
