]> git.proxmox.com Git - libgit2.git/blobdiff - tests/remote/httpproxy.c
New upstream version 1.4.3+dfsg.1
[libgit2.git] / tests / remote / httpproxy.c
index 8cd4371f5557ad6358a487fb6cea62f5efdbb094..f62a2545bac5898ee0c81ece0a6c8080226b04cf 100644 (file)
@@ -40,7 +40,7 @@ void test_remote_httpproxy__cleanup(void)
        cl_git_sandbox_cleanup();
 }
 
-void assert_proxy_is(const char *expected)
+static void assert_proxy_is(const char *expected)
 {
        git_remote *remote;
        char *proxy;
@@ -57,7 +57,7 @@ void assert_proxy_is(const char *expected)
        git__free(proxy);
 }
 
-void assert_config_match(const char *config, const char *expected)
+static void assert_config_match(const char *config, const char *expected)
 {
        git_remote *remote;
        char *proxy;
@@ -106,7 +106,7 @@ void test_remote_httpproxy__config_empty_overrides(void)
        assert_config_match("remote.lg2.proxy", "");
 }
 
-void assert_global_config_match(const char *config, const char *expected)
+static void assert_global_config_match(const char *config, const char *expected)
 {
        git_remote *remote;
        char *proxy;