--------------------- PatchSet 8151 Date: 2006/06/04 14:44:08 Author: chtsanti Branch: icap-2_6 Tag: (none) Log: removing static declaration for clientCreateStoreEntry, used in icap_reqmod.c file Members: src/client_side.c:1.89.4.5->1.89.4.6 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.89.4.5 retrieving revision 1.89.4.6 diff -u -r1.89.4.5 -r1.89.4.6 --- squid/src/client_side.c 4 Jun 2006 14:15:43 -0000 1.89.4.5 +++ squid/src/client_side.c 4 Jun 2006 14:44:08 -0000 1.89.4.6 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.89.4.5 2006/06/04 14:15:43 chtsanti Exp $ + * $Id: client_side.c,v 1.89.4.6 2006/06/04 14:44:08 chtsanti Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -164,7 +164,7 @@ #endif static int varyEvaluateMatch(StoreEntry * entry, request_t * request); static int modifiedSince(StoreEntry *, request_t *); -static StoreEntry *clientCreateStoreEntry(clientHttpRequest *, method_t, request_flags); +StoreEntry *clientCreateStoreEntry(clientHttpRequest *, method_t, request_flags); #if HS_FEAT_ICAP static int clientIcapReqMod(clientHttpRequest * http); #endif @@ -386,7 +386,7 @@ EBIT_TEST(r->cache_control->mask, CC_ONLY_IF_CACHED); } -static StoreEntry * +StoreEntry * clientCreateStoreEntry(clientHttpRequest * h, method_t m, request_flags flags) { StoreEntry *e;