mirror of
https://github.com/curl/curl.git
synced 2025-09-26 22:16:50 +03:00
pop3: Reworked the function description for Curl_pop3_write()
This commit is contained in:
parent
ca46c5dbe2
commit
c01735865f
|
@ -1645,8 +1645,13 @@ static CURLcode pop3_parse_custom_request(struct connectdata *conn)
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* This function scans the body after the end-of-body and writes everything
|
/***********************************************************************
|
||||||
until the end is found */
|
*
|
||||||
|
* Curl_pop3_write()
|
||||||
|
*
|
||||||
|
* This function scans the body after the end-of-body and writes everything
|
||||||
|
* until the end is found.
|
||||||
|
*/
|
||||||
CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread)
|
CURLcode Curl_pop3_write(struct connectdata *conn, char *str, size_t nread)
|
||||||
{
|
{
|
||||||
/* This code could be made into a special function in the handler struct */
|
/* This code could be made into a special function in the handler struct */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user