mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:03:39 +03:00
- Make Curl_write and it's callees accept a const pointer, in preparation
of tetetest's patch for curl_easy_send()
This commit is contained in:
parent
cf4570a06f
commit
e2b82b4325
13 changed files with 32 additions and 22 deletions
|
|
@ -65,7 +65,7 @@ int Curl_read(struct connectdata *conn, curl_socket_t sockfd,
|
|||
/* internal write-function, does plain socket, SSL and krb4 */
|
||||
CURLcode Curl_write(struct connectdata *conn,
|
||||
curl_socket_t sockfd,
|
||||
void *mem, size_t len,
|
||||
const void *mem, size_t len,
|
||||
ssize_t *written);
|
||||
|
||||
/* the function used to output verbose information */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue