Actually removed it from src/typedefs.h this time.
/*
- * $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/
* ref counting...
*/
+class AuthUserRequest;
class AuthConfig
{
/*
- * $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/
#ifndef SQUID_AUTHUSER_H
#define SQUID_AUTHUSER_H
+class AuthUserRequest;
+
class AuthUser
{
/*
- * $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/
class clientStreamNode;
+class AuthUserRequest;
+
template <class T>
class Range;
/*
- * $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/
#include "squid.h"
#include "cbdata.h"
+class AuthUserRequest;
+
class ErrorState
{
/*
- * $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/
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;