diff options
Diffstat (limited to 'lib/url.h')
-rw-r--r-- | lib/url.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -79,6 +79,8 @@ void Curl_getoff_all_pipelines(struct Curl_easy *data, CURLcode Curl_upkeep(struct conncache *conn_cache, void *data); +const struct Curl_handler *Curl_builtin_scheme(const char *scheme); + #define CURL_DEFAULT_PROXY_PORT 1080 /* default proxy port unless specified */ #define CURL_DEFAULT_HTTPS_PROXY_PORT 443 /* default https proxy port unless specified */ |