mirror of
https://github.com/curl/curl.git
synced 2026-07-27 10:37:20 +03:00
sendf: Curl_client_write(), make passed in buf const
This commit is contained in:
parent
e26c362544
commit
5b41fac587
3 changed files with 3 additions and 3 deletions
|
|
@ -296,7 +296,7 @@ static CURLcode chop_write(struct Curl_easy *data,
|
|||
The defines are in sendf.h of course.
|
||||
*/
|
||||
CURLcode Curl_client_write(struct Curl_easy *data,
|
||||
int type, char *buf, size_t blen)
|
||||
int type, const char *buf, size_t blen)
|
||||
{
|
||||
CURLcode result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue