curl_read() and Curl_read() now have ssize_t in the last argument

This commit is contained in:
Daniel Stenberg
2001-01-31 13:54:12 +00:00
parent c0c0283356
commit c41c5a0ef2
7 changed files with 19 additions and 8 deletions

View File

@@ -833,7 +833,7 @@ CURLcode Curl_telnet(struct connectdata *conn)
bool keepon = TRUE;
char *buf = data->buffer;
size_t nread;
ssize_t nread;
init_telnet(data);