diff options
author | Viktor Szakáts <vszakats@users.noreply.github.com> | 2015-03-24 17:52:22 +0100 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2015-03-24 21:46:07 +0100 |
commit | e438a9e2f022819c1023b6fa9daf4b37bf0b8111 (patch) | |
tree | b71fe3b8c0c4d92bf4e32288c2c03940826e2a57 /docs | |
parent | 56ae66d5180f4ae0fef080dda51b677e4a90d309 (diff) |
CURLOPT_PATH_AS_IS.3: add type 'long' to prototype
Diffstat (limited to 'docs')
-rw-r--r-- | docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 b/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 index aa096c2d1..490aca0d7 100644 --- a/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 +++ b/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 @@ -26,7 +26,7 @@ CURLOPT_PATH_AS_IS \- do not handle dot dot sequences .SH SYNOPSIS #include <curl/curl.h> -CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, leaveit); +CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PATH_AS_IS, long leaveit); .SH DESCRIPTION By setting the long \fIleavit\fP to 1, to explicitly tell libcurl to not alter the given path before passing it on to the server. |