diff lib-src/yow.c @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 972bbb6d6ca2
children 74fd4e045ea6
line wrap: on
line diff
--- a/lib-src/yow.c	Mon Aug 13 11:01:58 2007 +0200
+++ b/lib-src/yow.c	Mon Aug 13 11:03:08 2007 +0200
@@ -90,7 +90,8 @@
 
 /* Sets len and header_len */
 void
-setup_yow (FILE *fp)
+setup_yow(fp)
+     FILE *fp;
 {
   int c;
 
@@ -118,7 +119,8 @@
 
 /* go to a random place in the file and print the quotation there */
 void
-yow (FILE *fp)
+yow (fp)
+     FILE *fp;
 {
   long offset;
   int c, i = 0;