]> granicus.if.org Git - curl/commitdiff
CURLOPT_PATH_AS_IS.3: add type 'long' to prototype
authorViktor Szakáts <vszakats@users.noreply.github.com>
Tue, 24 Mar 2015 16:52:22 +0000 (17:52 +0100)
committerDan Fandrich <dan@coneharvesters.com>
Tue, 24 Mar 2015 20:46:07 +0000 (21:46 +0100)
docs/libcurl/opts/CURLOPT_PATH_AS_IS.3

index aa096c2d12e25fb5f85d4a21469e770b53ee013d..490aca0d7c6a490737676972c6fc18c838a002c6 100644 (file)
@@ -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.