diff options
Diffstat (limited to 'lib/http_proxy.h')
-rw-r--r-- | lib/http_proxy.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/http_proxy.h b/lib/http_proxy.h index cbb1ab421..bd9d6f590 100644 --- a/lib/http_proxy.h +++ b/lib/http_proxy.h @@ -33,6 +33,10 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn, CURLcode Curl_proxy_connect(struct connectdata *conn, int sockindex); +bool Curl_connect_complete(struct connectdata *conn); +bool Curl_connect_ongoing(struct connectdata *conn); +void Curl_connect_free(struct Curl_easy *data); + #else #define Curl_proxyCONNECT(x,y,z,w) CURLE_NOT_BUILT_IN #define Curl_proxy_connect(x,y) CURLE_OK |