diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-01-05 17:22:09 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-01-06 15:23:41 +0100 |
commit | f52c6981c53ae55b3f9e9179c698a66bd2f7b655 (patch) | |
tree | 3e90890823addae75241108670137973fcba8d6d /docs | |
parent | ab525c059eb44883db32c728a667a2a65974e37c (diff) | |
download | curl-f52c6981c53ae55b3f9e9179c698a66bd2f7b655.tar.gz |
curl.h: add CURLPROTO_GOPHERS as own protocol identifier
Follow-up to a1f06f32b860, to make sure it can be handled separately
from plain gopher.
Closes #6418
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/symbols-in-versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/symbols-in-versions b/docs/libcurl/symbols-in-versions index 86cbe99fc..0b633e41c 100644 --- a/docs/libcurl/symbols-in-versions +++ b/docs/libcurl/symbols-in-versions @@ -703,6 +703,7 @@ CURLPROTO_FILE 7.19.4 CURLPROTO_FTP 7.19.4 CURLPROTO_FTPS 7.19.4 CURLPROTO_GOPHER 7.21.2 +CURLPROTO_GOPHERS 7.75.0 CURLPROTO_HTTP 7.19.4 CURLPROTO_HTTPS 7.19.4 CURLPROTO_IMAP 7.20.0 |