]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/clients/forward.h
Maintenance: Remove FIXME and \todo labels (#647)
[thirdparty/squid.git] / src / clients / forward.h
index b464d0fbdc6e25033f3c6df35bf49c65f941becf..ca9faf53528b194866ac176b13b67a3cf6bf00f3 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.
@@ -18,6 +18,12 @@ class AsyncJob;
 template <class Cbc> class CbcPointer;
 typedef CbcPointer<AsyncJob> AsyncJobPointer;
 
+namespace Http
+{
+class Tunneler;
+class TunnelerAnswer;
+}
+
 namespace Ftp
 {
 
@@ -35,7 +41,7 @@ AsyncJobPointer StartRelay(FwdState *const fwdState);
  *  We use standard URI-encoding on the second / making it
  *  ftp:host:port/%2froot/path  AKA 'the FTP %2f hack'.
  *
- * \todo Should be a URL class API call.
+ * TODO: Should be an AnyP::Uri member
  */
 const SBuf &UrlWith2f(HttpRequest *);