]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
include rearrangements
authorwessels <>
Fri, 26 Jul 1996 22:59:06 +0000 (22:59 +0000)
committerwessels <>
Fri, 26 Jul 1996 22:59:06 +0000 (22:59 +0000)
src/squid.h

index b13e4524952b7185a0900f8de35b386e7f1c8b66..74a8dc3f8d968dc414bedd40966b1a8b8d3099cc 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $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
  *
@@ -186,6 +186,7 @@ typedef struct _edge edge;
 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
@@ -222,15 +223,15 @@ typedef void (*SIH) _PARAMS((int, void *));       /* swap in */
 #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"