]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/auth/AclMaxUserIp.h
SourceLayout: Add Ip namespace for internal libip
[thirdparty/squid.git] / src / auth / AclMaxUserIp.h
index 9b9bcf0239d60ad0b6fb12f4da1910560886f748..ad8ade899582310e0dcd1782edeb07706cb9dfa6 100644 (file)
@@ -69,7 +69,7 @@ private:
     static Prototype RegistryProtoype;
     static ACLMaxUserIP RegistryEntry_;
 
-    int match(AuthUserRequest *, IpAddress const &);
+    int match(AuthUserRequest *, Ip::Address const &);
     char const *class_;
     int maximum;