]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed auth_user_request_t typedef. Just use AuthUserRequest.
authorwessels <>
Wed, 9 May 2007 13:45:58 +0000 (13:45 +0000)
committerwessels <>
Wed, 9 May 2007 13:45:58 +0000 (13:45 +0000)
Actually removed it from src/typedefs.h this time.

src/AuthConfig.h
src/AuthUser.h
src/client_side.h
src/errorpage.h
src/typedefs.h

index ed5b427aada2a72248de796920e277e06f06f8b0..6650a0a57808241df44b2460c692023ea970c463 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: AuthConfig.h,v 1.3 2007/05/09 07:36:24 wessels Exp $
+ * $Id: AuthConfig.h,v 1.4 2007/05/09 07:45:58 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -45,6 +45,7 @@
  * ref counting...
  */
 
+class AuthUserRequest;
 class AuthConfig
 {
 
index d49bb364c86584c78d177997daec5d3566faab4b..db6dff02b9b032593c6bda0fbedad38559072953 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: AuthUser.h,v 1.3 2007/01/03 12:40:41 hno Exp $
+ * $Id: AuthUser.h,v 1.4 2007/05/09 07:45:58 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -35,6 +35,8 @@
 #ifndef SQUID_AUTHUSER_H
 #define SQUID_AUTHUSER_H
 
+class AuthUserRequest;
+
 class AuthUser
 {
 
index 41fea61ea0255631d54509451e1b224266ed6d6b..705f00decace465e1708f8d1d9229c956f8e9a92 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.h,v 1.21 2007/05/09 07:36:24 wessels Exp $
+ * $Id: client_side.h,v 1.22 2007/05/09 07:45:58 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -45,6 +45,8 @@ class ClientHttpRequest;
 
 class clientStreamNode;
 
+class AuthUserRequest;
+
 template <class T>
 
 class Range;
index 592ab8e3912aaa6ce07f525b6c0c50634458d599..316917f0845a41d6c246e57190a4a9f13b0dafbb 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: errorpage.h,v 1.3 2007/05/09 07:36:24 wessels Exp $
+ * $Id: errorpage.h,v 1.4 2007/05/09 07:45:58 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -38,6 +38,8 @@
 #include "squid.h"
 #include "cbdata.h"
 
+class AuthUserRequest;
+
 class ErrorState
 {
 
index 05349e6bef410925de3a6617489024d3a491e60b..2246ba0ba6071b22b013653e8a5362dd340e6e75 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: typedefs.h,v 1.189 2007/05/09 07:36:24 wessels Exp $
+ * $Id: typedefs.h,v 1.190 2007/05/09 07:45:58 wessels Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -58,9 +58,6 @@ typedef struct _acl_deny_info_list acl_deny_info_list;
 
 typedef class AuthUser auth_user_t;
 
-class AuthUserRequest;
-typedef AuthUserRequest AuthUserRequest;
-
 typedef struct AuthUserHashPointer auth_user_hash_pointer;
 
 typedef struct AuthUserIP auth_user_ip_t;