diff options
author | shadchin <[email protected]> | 2022-04-08 17:59:41 +0300 |
---|---|---|
committer | shadchin <[email protected]> | 2022-04-08 17:59:41 +0300 |
commit | 3ddbfb08ff9f73d895488293e6a83b4ba68b3c5a (patch) | |
tree | e9250668656f42d41807809160f7919ef3630ee9 /contrib/libs/curl/lib/gopher.h | |
parent | 61f0d7ab77dad7c33fb4d2570d36e4e76f672bbf (diff) |
CONTRIB-2513 Update contrib/libs/curl to 7.75.0
ref:7c8de2c266b810de3b31604360c6ad878fa166ab
Diffstat (limited to 'contrib/libs/curl/lib/gopher.h')
-rw-r--r-- | contrib/libs/curl/lib/gopher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libs/curl/lib/gopher.h b/contrib/libs/curl/lib/gopher.h index b35fa450965..6b8bd554a66 100644 --- a/contrib/libs/curl/lib/gopher.h +++ b/contrib/libs/curl/lib/gopher.h @@ -24,6 +24,9 @@ #ifndef CURL_DISABLE_GOPHER extern const struct Curl_handler Curl_handler_gopher; +#ifdef USE_SSL +extern const struct Curl_handler Curl_handler_gophers; +#endif #endif #endif /* HEADER_CURL_GOPHER_H */ |