--------------------- PatchSet 7132 Date: 2005/10/26 03:00:13 Author: adri Branch: tidyup_deferred_reads Tag: (none) Log: Pre-declarations, for Cygwin Members: src/client_side.c:1.47.2.59.4.7->1.47.2.59.4.8 Index: squid/src/client_side.c =================================================================== RCS file: /cvsroot/squid-sf//squid/src/client_side.c,v retrieving revision 1.47.2.59.4.7 retrieving revision 1.47.2.59.4.8 diff -u -r1.47.2.59.4.7 -r1.47.2.59.4.8 --- squid/src/client_side.c 26 Oct 2005 02:55:34 -0000 1.47.2.59.4.7 +++ squid/src/client_side.c 26 Oct 2005 03:00:13 -0000 1.47.2.59.4.8 @@ -1,6 +1,6 @@ /* - * $Id: client_side.c,v 1.47.2.59.4.7 2005/10/26 02:55:34 adri Exp $ + * $Id: client_side.c,v 1.47.2.59.4.8 2005/10/26 03:00:13 adri Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -150,6 +150,9 @@ static BODY_HANDLER clientReadBody; static void clientAbortBody(request_t * req); +static void clientReadSchedule(ConnStateData *conn); +static void clientReadClear(ConnStateData *conn); + static int checkAccelOnly(clientHttpRequest * http) {