]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/servers/forward.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / servers / forward.h
index 7cdb32f3de22cbafa41aaf0bb0e49a8bf35bcb89..592b0268edd8ac1b2f0867e57974b33fc0fc53f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -18,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);