--------------------- PatchSet 5811 Date: 2003/07/09 21:19:36 Author: hno Branch: icap-2_5 Tag: (none) Log: Removed unneeded changes to make certain functions non-static Members: src/client_side.c:1.47.2.28.2.6->1.47.2.28.2.7 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.47.2.28.2.6 retrieving revision 1.47.2.28.2.7 diff -u -r1.47.2.28.2.6 -r1.47.2.28.2.7 --- squid/src/client_side.c 27 Jun 2003 01:15:18 -0000 1.47.2.28.2.6 +++ squid/src/client_side.c 9 Jul 2003 21:19:36 -0000 1.47.2.28.2.7 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.47.2.28.2.6 2003/06/27 01:15:18 hno Exp $ + * $Id: client_side.c,v 1.47.2.28.2.7 2003/07/09 21:19:36 hno Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -104,7 +104,7 @@ static int clientGotNotEnough(clientHttpRequest *); static void checkFailureRatio(err_type, hier_code); static void clientProcessMiss(clientHttpRequest *); -STATIC void clientBuildReplyHeader(clientHttpRequest * http, HttpReply * rep); +static void clientBuildReplyHeader(clientHttpRequest * http, HttpReply * rep); static clientHttpRequest *parseHttpRequestAbort(ConnStateData * conn, const char *uri); static clientHttpRequest *parseHttpRequest(ConnStateData *, method_t *, int *, char **, size_t *); static RH clientRedirectDone; @@ -117,7 +117,7 @@ static IDCB clientIdentDone; #endif static int clientOnlyIfCached(clientHttpRequest * http); -STATIC STCB clientSendMoreData; +static STCB clientSendMoreData; static STCB clientCacheHit; static void clientSetKeepaliveFlag(clientHttpRequest *); static void clientPackRangeHdr(const HttpReply * rep, const HttpHdrRangeSpec * spec, String boundary, MemBuf * mb);