X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=jcc.c;h=bb6a8fa40c523f032f918edfe44b772e4bdc22d6;hb=f7ff66d8e391d3be748c8a3824518cd9ae5ca7a8;hp=1e8ad445066da86bde6853023569d109d82a7487;hpb=d6c9b0e695a20c79e3365b6c5eec71f78f50750f;p=privoxy.git diff --git a/jcc.c b/jcc.c index 1e8ad445..bb6a8fa4 100644 --- a/jcc.c +++ b/jcc.c @@ -1153,10 +1153,10 @@ static void wait_for_alive_connections(void) * Returns : void * *********************************************************************/ -void save_connection_destination(jb_socket sfd, - const struct http_request *http, - const struct forward_spec *fwd, - struct reusable_connection *server_connection) +static void save_connection_destination(jb_socket sfd, + const struct http_request *http, + const struct forward_spec *fwd, + struct reusable_connection *server_connection) { assert(sfd != JB_INVALID_SOCKET); assert(NULL != http->host);