/*
- * $Id: squid.h,v 1.34 1996/07/25 07:10:41 wessels Exp $
+ * $Id: squid.h,v 1.35 1996/07/26 16:59:06 wessels Exp $
*
* AUTHOR: Duane Wessels
*
typedef struct icp_common_s icp_common_t;
typedef struct _cacheinfo cacheinfo;
typedef struct _aclCheck_t aclCheck_t;
+typedef struct _request request_t;
/* 32 bit integer compatability hack */
#if SIZEOF_INT == 4
#include "fdstat.h"
#include "filemap.h"
#include "hash.h"
+#include "proto.h" /* must go before neighbors.h */
+#include "neighbors.h" /* must go before url.h */
#include "url.h"
-#include "proto.h"
#include "icp.h"
#include "errorpage.h" /* must go after icp.h */
#include "dns.h"
#include "ipcache.h"
#include "fqdncache.h"
#include "mime.h"
-#include "neighbors.h"
#include "stack.h"
#include "stat.h"
#include "stmem.h"