Skip to content

Commit

Permalink
CURLOPT_PATH_AS_IS.3: add type 'long' to prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats authored and dfandrich committed Mar 24, 2015
1 parent 56ae66d commit e438a9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_PATH_AS_IS.3
Expand Up @@ -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.
Expand Down

0 comments on commit e438a9e

Please sign in to comment.