From: Fabian Keil Date: Mon, 15 Feb 2021 15:42:26 +0000 (+0100) Subject: Declare save_connection_destination() static X-Git-Tag: v_3_0_32~40 X-Git-Url: http://www.privoxy.org/gitweb/%40proxy-info-url%40?a=commitdiff_plain;ds=sidebyside;h=5eed38e5ebda7acea64bff72bc77a298398c9ecd;p=privoxy.git Declare save_connection_destination() static --- 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);