]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
noticed that authenticateAuthUserRequestSetIp() could be made static
authorwessels <>
Tue, 8 Oct 2002 09:07:46 +0000 (09:07 +0000)
committerwessels <>
Tue, 8 Oct 2002 09:07:46 +0000 (09:07 +0000)
src/authenticate.cc

index 946de6f55d2feaa0482472c41186cef5ef292722..a798c1f9e7010643465693b525eed8070630c249 100644 (file)
@@ -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;