summaryrefslogtreecommitdiff
path: root/lib/gopher.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gopher.h')
-rw-r--r--lib/gopher.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gopher.h b/lib/gopher.h
index b35fa4509..6b8bd554a 100644
--- a/lib/gopher.h
+++ b/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 */