]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/peer_sourcehash.h
Source Format Enforcement (#532)
[thirdparty/squid.git] / src / peer_sourcehash.h
index e4718396ca3c861acc9d7a82cb87d19e746261ae..198052ce73a4c8ca73aca821bcde136b5b51cf2f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2016 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2020 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
 #define SQUID_PEER_SOURCEHASH_H_
 
 class CachePeer;
-class HttpRequest;
+class PeerSelector;
 
 void peerSourceHashInit(void);
-CachePeer * peerSourceHashSelectParent(HttpRequest * request);
+CachePeer * peerSourceHashSelectParent(PeerSelector*);
 
 #endif /* SQUID_PEER_SOURCEHASH_H_ */