From: serassio <> Date: Sat, 2 Sep 2006 18:20:53 +0000 (+0000) Subject: Fix warning on Windows about conflicting declaration of ev_entry X-Git-Tag: SQUID_3_0_PRE5~151 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d0e71436d799ed376108a8aec08ee69c50258d1e;p=thirdparty%2Fsquid.git Fix warning on Windows about conflicting declaration of ev_entry --- diff --git a/src/event.h b/src/event.h index 66cd16ae01..d5757ec13a 100644 --- a/src/event.h +++ b/src/event.h @@ -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);