diff options
author | Dimitrios Siganos <dimitris@siganos.org> | 2014-07-02 11:41:40 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-03 22:44:45 +0200 |
commit | afbd5f978e0db5e6265705cc2101c079be947f33 (patch) | |
tree | 6f03e67e21fc90c75ab9fb3e6e58eca6cc092fdc | |
parent | 7441c6d7af8a227a9d115c264204fa86637f0ea8 (diff) |
Document type of argument for CURLOPT_FOLLOWLOCATION.
-rw-r--r-- | docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 b/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 index c1a15a3b5..8885141b0 100644 --- a/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 +++ b/docs/libcurl/opts/CURLOPT_FOLLOWLOCATION.3 @@ -26,7 +26,7 @@ CURLOPT_FOLLOWLOCATION \- follow HTTP 3xx redirects .SH SYNOPSIS #include <curl/curl.h> -CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, [argument]); +CURLcode curl_easy_setopt(CURL *handle, CURLOPT_FOLLOWLOCATION, long enable); .SH DESCRIPTION A parameter set to 1 tells the library to follow any Location: header that the server sends as part of a HTTP header in a 3xx response. |