diff options
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_PROTOCOLS.3')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PROTOCOLS.3 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 b/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 index 224fc7ca0..1faccddbe 100644 --- a/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 +++ b/docs/libcurl/opts/CURLOPT_PROTOCOLS.3 @@ -24,9 +24,11 @@ .SH NAME CURLOPT_PROTOCOLS \- allowed protocols .SH SYNOPSIS +.nf #include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROTOCOLS, long bitmask); +.fi .SH DESCRIPTION Pass a long that holds a bitmask of CURLPROTO_* defines. If used, this bitmask limits what protocols libcurl may use in the transfer. This allows you to have |