From: wessels <> Date: Thu, 19 Sep 1996 03:41:07 +0000 (+0000) Subject: gindent X-Git-Tag: SQUID_3_0_PRE1~5766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ea6f43cd4393c3f9f9c19f5adbbf273fe41729dc;p=thirdparty%2Fsquid.git gindent --- diff --git a/src/cache_cf.cc b/src/cache_cf.cc index 87d3e6c6d1..820cc84408 100644 --- a/src/cache_cf.cc +++ b/src/cache_cf.cc @@ -1,5 +1,5 @@ /* - * $Id: cache_cf.cc,v 1.94 1996/09/18 21:39:28 wessels Exp $ + * $Id: cache_cf.cc,v 1.95 1996/09/18 21:41:07 wessels Exp $ * * DEBUG: section 3 Configuration File Parsing * AUTHOR: Harvest Derived @@ -275,7 +275,7 @@ ip_acl_match(struct in_addr c, ip_acl * a) return 0; } -static void +static void ip_acl_destroy(a) ip_acl **a; { diff --git a/src/client_side.cc b/src/client_side.cc index b8f2195fec..370424754a 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.33 1996/09/18 21:39:30 wessels Exp $ + * $Id: client_side.cc,v 1.34 1996/09/18 21:41:08 wessels Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -33,7 +33,7 @@ static void clientRedirectDone __P((void *data, char *result)); static int icpHandleIMSReply __P((int fd, StoreEntry * entry, void *data)); -static void clientLookupDstIPDone __P((int fd, struct hostent *hp, void *data)); +static void clientLookupDstIPDone __P((int fd, struct hostent * hp, void *data)); static void clientLookupSrcFQDNDone __P((int fd, char *fqdn, void *data)); @@ -72,6 +72,7 @@ static void clientLookupIdentDone(void *data) { } + #endif #if USE_PROXY_AUTH diff --git a/src/stmem.cc b/src/stmem.cc index d33e652d92..db30c5c6ec 100644 --- a/src/stmem.cc +++ b/src/stmem.cc @@ -1,5 +1,5 @@ /* - * $Id: stmem.cc,v 1.24 1996/09/18 21:39:41 wessels Exp $ + * $Id: stmem.cc,v 1.25 1996/09/18 21:41:08 wessels Exp $ * * DEBUG: section 19 Memory Primitives * AUTHOR: Harvest Derived @@ -376,7 +376,7 @@ put_free_thing(stmem_stats * thing, void *p) } } -void +void put_free_request_t(req) void *req; {