X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=jcc.c;h=d40265d91e74643e0a5597b2546de253dd6099c4;hp=f76b2f7dc88cdd03abf496b7c7a7247df7432362;hb=33931792d27534101733c884dbcd7c12d276180d;hpb=ed984858390ff37867ce56ec14b5eb3802a79be2 diff --git a/jcc.c b/jcc.c index f76b2f7d..d40265d9 100644 --- a/jcc.c +++ b/jcc.c @@ -2049,7 +2049,7 @@ static int send_http_request(struct client_state *csp) * Returns : 0 on success, anything else is an error. * *********************************************************************/ -static jb_err receive_and_send_encrypted_post_data(struct client_state *csp) +static int receive_and_send_encrypted_post_data(struct client_state *csp) { int content_length_known = csp->expected_client_content_length != 0;