mirror of
https://github.com/curl/curl.git
synced 2026-08-24 19:03:40 +03:00
curl_read() and Curl_read() now have ssize_t in the last argument
This commit is contained in:
parent
c0c0283356
commit
c41c5a0ef2
7 changed files with 19 additions and 8 deletions
|
|
@ -554,7 +554,7 @@ CURLcode curl_setopt(CURL *handle, CURLoption option, ...);
|
|||
CURLcode curl_close(CURL *curl); /* the opposite of curl_open() */
|
||||
|
||||
CURLcode curl_read(CURLconnect *c_conn, char *buf, size_t buffersize,
|
||||
size_t *n);
|
||||
ssize_t *n);
|
||||
CURLcode curl_write(CURLconnect *c_conn, char *buf, size_t amount,
|
||||
size_t *n);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue