From: hno <> Date: Thu, 8 Feb 2001 02:10:12 +0000 (+0000) Subject: Cleaned up the namespace (local functions made static) X-Git-Tag: SQUID_3_0_PRE1~1608 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d6d09e0215e15cec010c156780e6edffd2641ff5;p=thirdparty%2Fsquid.git Cleaned up the namespace (local functions made static) --- diff --git a/src/client.cc b/src/client.cc index 8b7b120475..32da7c48de 100644 --- a/src/client.cc +++ b/src/client.cc @@ -1,6 +1,6 @@ /* - * $Id: client.cc,v 1.91 2001/01/12 00:37:15 wessels Exp $ + * $Id: client.cc,v 1.92 2001/02/07 19:10:12 hno Exp $ * * DEBUG: section 0 WWW Client * AUTHOR: Harvest Derived @@ -46,7 +46,7 @@ static void usage(const char *progname); static int Now(struct timeval *); static SIGHDLR catch; static SIGHDLR pipe_handler; -static void set_our_signal(); +static void set_our_signal(void); static ssize_t myread(int fd, void *buf, size_t len); static ssize_t mywrite(int fd, void *buf, size_t len); static int put_fd;