]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.h
connect & http: support -4 and -6 switches for remote operations
[thirdparty/git.git] / http.h
diff --git a/http.h b/http.h
index 4f97b60b5c8abdf5ab0610382a6d6fa289df2605..fa45c2b3646d56d5ad937f4add980294ca03f205 100644 (file)
--- a/http.h
+++ b/http.h
@@ -106,6 +106,7 @@ extern void http_init(struct remote *remote, const char *url,
                      int proactive_auth);
 extern void http_cleanup(void);
 
+extern long int git_curl_ipresolve;
 extern int active_requests;
 extern int http_is_verbose;
 extern size_t http_post_buffer;