diff options
Diffstat (limited to 'libs/libcurl/src/gopher.h')
-rw-r--r-- | libs/libcurl/src/gopher.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/libcurl/src/gopher.h b/libs/libcurl/src/gopher.h index b35fa45096..6b8bd554a6 100644 --- a/libs/libcurl/src/gopher.h +++ b/libs/libcurl/src/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 */ |