Fixed a gratuitous ANSIism again. The fix in rev.1.23 was blown away

in rev.1.25.
This commit is contained in:
Bruce Evans 1999-09-04 13:42:15 +00:00
parent b9e91a85a6
commit 8aedb875bb
1 changed files with 1 additions and 1 deletions

View File

@ -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:
*