diff options
Diffstat (limited to 'lib/connect.h')
-rw-r--r-- | lib/connect.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/connect.h b/lib/connect.h index 24c21310a..0372d387a 100644 --- a/lib/connect.h +++ b/lib/connect.h @@ -132,5 +132,7 @@ CURLcode Curl_conn_setup(struct Curl_easy *data, const struct Curl_dns_entry *remotehost, int ssl_mode); +extern struct Curl_cftype Curl_cft_happy_eyeballs; +extern struct Curl_cftype Curl_cft_setup; #endif /* HEADER_CURL_CONNECT_H */ |