]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ACLMaxUserIP.h
Cleanup: zap CVS Id tags
[thirdparty/squid.git] / src / ACLMaxUserIP.h
index 42ce6ca85c207a9faca59ceddaff07c7121463aa..903e2031ada225d8c08fae0ca1eadafd8bcf708c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ACLMaxUserIP.h,v 1.11 2008/02/26 21:49:34 amosjeffries Exp $
+ * $Id$
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -67,7 +67,7 @@ private:
     static Prototype RegistryProtoype;
     static ACLMaxUserIP RegistryEntry_;
 
-    int match(AuthUserRequest *, IPAddress const &);
+    int match(AuthUserRequest *, IpAddress const &);
     char const *class_;
     int maximum;