Skip to content

Commit

Permalink
CURLOPT_UPLOAD: Corrected argument type
Browse files Browse the repository at this point in the history
  • Loading branch information
captain-caveman2k committed Jul 10, 2014
1 parent 6273b23 commit f9b80cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/libcurl/opts/CURLOPT_UPLOAD.3
Expand Up @@ -26,7 +26,7 @@ CURLOPT_UPLOAD \- enable data upload
.SH SYNOPSIS
#include <curl/curl.h>

CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, bool upload);
CURLcode curl_easy_setopt(CURL *handle, CURLOPT_UPLOAD, long upload);
.SH DESCRIPTION
The long parameter \fIupload\fP set to 1 tells the library to prepare for and
perform an upload. The \fICURLOPT_READDATA(3)\fP and
Expand Down

0 comments on commit f9b80cd

Please sign in to comment.