]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/helper/forward.h
SourceFormat Enforcement
[thirdparty/squid.git] / src / helper / forward.h
index 51b42443b42b41a3c927eba5705b5b48007b11ce..7ca51847125570de8e33620f42d028b82ef6f212 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * 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.
@@ -12,6 +12,9 @@
 class helper;
 class statefulhelper;
 
+class helper_server;
+class helper_stateful_server;
+
 /// helper protocol primitives
 namespace Helper
 {
@@ -24,3 +27,4 @@ class Request;
 typedef void HLPCB(void *, const Helper::Reply &);
 
 #endif /* SQUID_SRC_HELPER_FORWARD_H */
+