diff src/protocol.c @ 197:24d4cd032da5 noffle

[svn] * AUTHORS,INSTALL,NEWS,README,TODO,docs/NOTES,src/client.c,src/protocol.c, src/protocol.h,src/server.c: Merge with latest 1.0 branch. I do not intend to do any further merges from the 1.0 branch; future changes to 1.0 should be carried over by hand if necessary. * src/configfile.c,src/content.c,src/control.c,src/database.c, src/dynamicstring.c,src/fetch.c,src/filter.c,src/group.c, src/itemlist.c,src/lock.c,src/outgoing.c,src/over.c,src/post.c, src/pseudo.c,src/request.c,src/util.c: Minor includes rearrangement.
author bears
date Wed, 31 Oct 2001 11:44:53 +0000
parents 76460d98b2fb
children 0eaf93997170
line wrap: on
line diff
--- a/src/protocol.c	Tue Oct 30 13:55:53 2001 +0000
+++ b/src/protocol.c	Wed Oct 31 11:44:53 2001 +0000
@@ -1,7 +1,7 @@
 /*
   protocol.c
 
-  $Id: protocol.c 314 2001-10-30 13:16:40Z bears $
+  $Id: protocol.c 316 2001-10-31 11:44:53Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -22,8 +22,8 @@
 #include "log.h"
 #include "over.h"
 #include "util.h"
+#include "portable.h"
 #include "protocol.h"
-#include "portable.h"
 
 static void
 readAlarm( int sig )
@@ -75,7 +75,7 @@
 }
 
 Bool
-Prt_getTxtLn( Str line, Bool *err, FILE *f, int timeoutSeconds  )
+Prt_getTxtLn( Str line, Bool *err, FILE *f, int timeoutSeconds )
 {
     Str buf;