mirror of
https://github.com/curl/curl.git
synced 2026-06-05 18:54:16 +03:00
CURLOPT_PATH_AS_IS.3: add type 'long' to prototype
This commit is contained in:
parent
56ae66d518
commit
e438a9e2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue