]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
missing static
authorwessels <>
Thu, 28 May 1998 11:14:01 +0000 (11:14 +0000)
committerwessels <>
Thu, 28 May 1998 11:14:01 +0000 (11:14 +0000)
src/HttpReply.cc
src/client.cc

index e9629d5c60458dcaa581dc8eb249df65cf14bc6a..8ee70c2db860ce40cf92de9e61a8525caca5ff6e 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: HttpReply.cc,v 1.25 1998/05/27 22:51:44 rousskov Exp $
+ * $Id: HttpReply.cc,v 1.26 1998/05/28 05:14:01 wessels Exp $
  *
  * DEBUG: section 58    HTTP Reply (Response)
  * AUTHOR: Alex Rousskov
@@ -72,7 +72,7 @@ httpReplyCreate()
     return rep;
 }
 
-void
+static void
 httpReplyInit(HttpReply * rep)
 {
     assert(rep);
@@ -84,7 +84,7 @@ httpReplyInit(HttpReply * rep)
     httpStatusLineInit(&rep->sline);
 }
 
-void
+static void
 httpReplyClean(HttpReply * rep)
 {
     assert(rep);
index 1a8c03de574ab9de18c8ee63e94643fe324f3b23..f8b4440ca98d57e15429c60f6e97348af815c3bf 100644 (file)
@@ -1,7 +1,7 @@
 
 
 /*
- * $Id: client.cc,v 1.69 1998/05/26 15:25:30 wessels Exp $
+ * $Id: client.cc,v 1.70 1998/05/28 05:15:44 wessels Exp $
  *
  * DEBUG: section 0     WWW Client
  * AUTHOR: Harvest Derived
@@ -445,7 +445,7 @@ catch(int sig)
     fprintf(stderr, "Interrupted.\n");
 }
 
-void
+static void
 pipe_handler(int sig)
 {
     fprintf(stderr, "SIGPIPE received.\n");