--------------------- PatchSet 6254 Date: 2004/08/04 16:59:58 Author: dwsquid Branch: icap-2_5 Tag: (none) Log: Patch from olivier - Missing function prototype for icapRespModReadReply Members: src/icap_respmod.c:1.1.2.34->1.1.2.35 Index: squid/src/icap_respmod.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/icap_respmod.c,v retrieving revision 1.1.2.34 retrieving revision 1.1.2.35 diff -u -r1.1.2.34 -r1.1.2.35 --- squid/src/icap_respmod.c 13 May 2004 16:26:20 -0000 1.1.2.34 +++ squid/src/icap_respmod.c 4 Aug 2004 16:59:58 -0000 1.1.2.35 @@ -1,6 +1,6 @@ /* - * $Id: icap_respmod.c,v 1.1.2.34 2004/05/13 16:26:20 dwsquid Exp $ + * $Id: icap_respmod.c,v 1.1.2.35 2004/08/04 16:59:58 dwsquid Exp $ * * DEBUG: section 81 Internet Content Adaptation Protocol (ICAP) Client * AUTHOR: Geetha Manjunath, Hewlett Packard Company @@ -38,6 +38,7 @@ static CWCB icapSendRespModDone; static PF icapRespModGobble; extern PF icapReadReply; +static PF icapRespModReadReply; static int icapReadReply2(IcapStateData * icap); static void icapReadReply3(IcapStateData * icap);