]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix warning on Windows about conflicting declaration of ev_entry
authorserassio <>
Sat, 2 Sep 2006 18:20:53 +0000 (18:20 +0000)
committerserassio <>
Sat, 2 Sep 2006 18:20:53 +0000 (18:20 +0000)
src/event.h

index 66cd16ae01f8a052c29644c0317fe966343c22e3..d5757ec13a486d602bf065c99dc872403c76af89 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: event.h,v 1.2 2006/08/12 01:43:11 robertc Exp $
+ * $Id: event.h,v 1.3 2006/09/02 12:20:53 serassio Exp $
  *
  *
  * SQUID Web Proxy Cache          http://www.squid-cache.org/
@@ -68,7 +68,7 @@ public:
     int weight;
     bool cbdata;
 
-    struct ev_entry *next;
+    ev_entry *next;
 };
 
 MEMPROXY_CLASS_INLINE(ev_entry);