diff lib-src/yow.c @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents cc15677e0335
children de805c49cfc1
line wrap: on
line diff
--- a/lib-src/yow.c	Mon Aug 13 11:12:06 2007 +0200
+++ b/lib-src/yow.c	Mon Aug 13 11:13:30 2007 +0200
@@ -9,7 +9,8 @@
 
 /* Synched up with: FSF 19.28. */
 
-#include <../src/config.h>
+#define DONT_ENCAPSULATE
+#include <config.h>
 
 #include <stdio.h>
 #include <ctype.h>
@@ -90,8 +91,7 @@
 
 /* Sets len and header_len */
 void
-setup_yow(fp)
-     FILE *fp;
+setup_yow (FILE *fp)
 {
   int c;
 
@@ -119,8 +119,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;