diff lib-src/yow.c @ 363:972bbb6d6ca2 r21-1-11

Import from CVS: tag r21-1-11
author cvs
date Mon, 13 Aug 2007 10:59:28 +0200
parents 2d532a89d707
children cc15677e0335
line wrap: on
line diff
--- a/lib-src/yow.c	Mon Aug 13 10:58:41 2007 +0200
+++ b/lib-src/yow.c	Mon Aug 13 10:59:28 2007 +0200
@@ -90,8 +90,7 @@
 
 /* Sets len and header_len */
 void
-setup_yow(fp)
-     FILE *fp;
+setup_yow (FILE *fp)
 {
   int c;
 
@@ -119,8 +118,7 @@
 
 /* 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;