]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/peer_userhash.h
Supply AccessLogEntry (ALE) for more fast ACL checks. (#182)
[thirdparty/squid.git] / src / peer_userhash.h
index 74bd717390f30bf0a1d8bf6d485c8890d3ed0454..e9cf3f44fedbf190fff41b1bffc2225d107f5f4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 
 class CachePeer;
 class HttpRequest;
+class PeerSelector;
 
 void peerUserHashInit(void);
-CachePeer * peerUserHashSelectParent(HttpRequest * request);
+CachePeer * peerUserHashSelectParent(PeerSelector *);
 
 #endif /* SQUID_PEER_USERHASH_H_ */