]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/servers/forward.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / servers / forward.h
index 47def1d67b4f936d6d9bb5763c64e27dbef6dde9..592b0268edd8ac1b2f0867e57974b33fc0fc53f4 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
 #ifndef SQUID_SERVERS_FORWARD_H
 #define SQUID_SERVERS_FORWARD_H
 
@@ -5,9 +13,16 @@ class MasterXaction;
 template <class C> class RefCount;
 typedef RefCount<MasterXaction> MasterXactionPointer;
 
+class ConnStateData;
+
 namespace Http
 {
 
+namespace One
+{
+class Server;
+} // namespace One
+
 /// create a new HTTP connection handler; never returns NULL
 ConnStateData *NewServer(MasterXactionPointer &xact);
 
@@ -32,3 +47,4 @@ void StopListening();
 } // namespace Ftp
 
 #endif /* SQUID_SERVERS_FORWARD_H */
+