From: robertc <> Date: Tue, 24 Sep 2002 17:31:19 +0000 (+0000) Subject: missing prototypes X-Git-Tag: SQUID_3_0_PRE1~737 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bded68d8c83cb21316cbafef851008371a8af45a;p=thirdparty%2Fsquid.git missing prototypes --- diff --git a/src/client_side.cc b/src/client_side.cc index c4e2c3d8ae..16cabb77c1 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -1,6 +1,6 @@ /* - * $Id: client_side.cc,v 1.593 2002/09/24 10:46:43 robertc Exp $ + * $Id: client_side.cc,v 1.594 2002/09/24 11:31:19 robertc Exp $ * * DEBUG: section 33 Client-side Routines * AUTHOR: Duane Wessels @@ -171,6 +171,10 @@ static void connNoteUseOfBuffer(ConnStateData * conn, int byteCount); static int connKeepReadingIncompleteRequest(ConnStateData * conn); static void connCancelIncompleteRequests(ConnStateData * conn); static ConnStateData *connStateCreate(struct sockaddr_in peer, struct sockaddr_in me, int fd); +static clientStreamNode * getClientReplyContext(clientSocketContext * context); +static int connAreAllContextsForThisConnection(ConnStateData * connState); +static void connFreeAllContexts(ConnStateData * connState); +static void clientPullData(clientSocketContext * context); clientStreamNode * getTail(clientSocketContext * context)