XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / lib-src / yow.c
index 79d4635..f5a7e1d 100644 (file)
@@ -91,8 +91,7 @@ static long header_len;
 
 /* Sets len and header_len */
 void
-setup_yow(fp)
-     FILE *fp;
+setup_yow (FILE *fp)
 {
   int c;
 
@@ -120,8 +119,7 @@ setup_yow(fp)
 
 /* go to a random place in the file and print the quotation there */
 void
-yow (fp)
-     FILE *fp;
+yow (FILE *fp)
 {
   long offset;
   int c, i = 0;