diff options
Diffstat (limited to 'common/http.h')
-rw-r--r-- | common/http.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/http.h b/common/http.h index b6471b6b8..acfdc0fe6 100644 --- a/common/http.h +++ b/common/http.h @@ -110,6 +110,7 @@ gpg_error_t http_raw_connect (http_t *r_hd, gpg_error_t http_open (http_t *r_hd, http_req_t reqtype, const char *url, + const char *httphost, const char *auth, unsigned int flags, const char *proxy, |