Skip to content
Snippets Groups Projects
Commit ed21701d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

Curl_write's 5th argument now is signed

parent df015075
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,6 @@ int Curl_read(struct connectdata *conn, int sockfd,
/* internal write-function, does plain socket, SSL and krb4 */
CURLcode Curl_write(struct connectdata *conn, int sockfd,
void *mem, size_t len,
size_t *written);
ssize_t *written);
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment