diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 20:20:27 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 20:22:14 +0100 |
commit | c01735865fcf0f35bb845762a9791c32ce9c0c4d (patch) | |
tree | 4f0fa850400625234fbf9670500ce920247120fa /lib | |
parent | ca46c5dbe2d12e2a583c00810a4a2ea69941c549 (diff) |
pop3: Reworked the function description for Curl_pop3_write()
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pop3.c | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 6ded25e73..1dbe31816 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -1645,8 +1645,13 @@ static CURLcode pop3_parse_custom_request(struct connectdata *conn) 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) { /* This code could be made into a special function in the handler struct */ |