]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/servers/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / servers / forward.h
index 5cf84ae2fe912eaffe3256d18ea79135898eda64..c024c29a7b55383522d64335995ac020ef3ab37d 100644 (file)
@@ -1,3 +1,11 @@
+/*
+ * Copyright (C) 1996-2015 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
 
@@ -10,6 +18,11 @@ class ConnStateData;
 namespace Http
 {
 
+namespace One
+{
+class Server;
+} // namespace One
+
 /// create a new HTTP connection handler; never returns NULL
 ConnStateData *NewServer(MasterXactionPointer &xact);
 
@@ -34,3 +47,4 @@ void StopListening();
 } // namespace Ftp
 
 #endif /* SQUID_SERVERS_FORWARD_H */
+