From: wessels <> Date: Tue, 8 Oct 2002 09:07:46 +0000 (+0000) Subject: noticed that authenticateAuthUserRequestSetIp() could be made static X-Git-Tag: SQUID_3_0_PRE1~693 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64f904ee3fa2b1172ab602704dd34140616c82ec;p=thirdparty%2Fsquid.git noticed that authenticateAuthUserRequestSetIp() could be made static --- diff --git a/src/authenticate.cc b/src/authenticate.cc index 946de6f55d..a798c1f9e7 100644 --- a/src/authenticate.cc +++ b/src/authenticate.cc @@ -1,6 +1,6 @@ /* - * $Id: authenticate.cc,v 1.41 2002/10/08 03:07:00 wessels Exp $ + * $Id: authenticate.cc,v 1.42 2002/10/08 03:07:46 wessels Exp $ * * DEBUG: section 29 Authenticator * AUTHOR: Duane Wessels @@ -244,7 +244,7 @@ authenticateAuthUserRequestMessage(auth_user_request_t * auth_user_request) return NULL; } -void +static void authenticateAuthUserRequestSetIp(auth_user_request_t * auth_user_request, struct in_addr ipaddr) { auth_user_ip_t *ipdata, *tempnode;