From: Viktor Szakáts Date: Tue, 24 Mar 2015 16:52:22 +0000 (+0100) Subject: CURLOPT_PATH_AS_IS.3: add type 'long' to prototype X-Git-Tag: curl-7_42_0~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e438a9e2f022819c1023b6fa9daf4b37bf0b8111;p=thirdparty%2Fcurl.git CURLOPT_PATH_AS_IS.3: add type 'long' to prototype --- diff --git a/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 b/docs/libcurl/opts/CURLOPT_PATH_AS_IS.3 index aa096c2d12..490aca0d7c 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 -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.