[Privoxy-commits] [privoxy] 41/46: Declare save_connection_destination() static

User Git git at git.privoxy.org
Sun Feb 21 15:11:03 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 5eed38e5ebda7acea64bff72bc77a298398c9ecd
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Feb 15 16:42:26 2021 +0100

    Declare save_connection_destination() static
---
 jcc.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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);

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list