]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http.h
http: hoist credential request out of handle_curl_result
[thirdparty/git.git] / http.h
diff --git a/http.h b/http.h
index 40404b4836b5599bff75badc9e762d6e8594665f..17116abc570bf3d5577051420d88d839a9603e80 100644 (file)
--- a/http.h
+++ b/http.h
@@ -102,6 +102,7 @@ extern void http_cleanup(void);
 extern int active_requests;
 extern int http_is_verbose;
 extern size_t http_post_buffer;
+extern struct credential http_auth;
 
 extern char curl_errorstr[CURL_ERROR_SIZE];