From c01735865fcf0f35bb845762a9791c32ce9c0c4d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Fri, 12 Apr 2013 20:20:27 +0100 Subject: pop3: Reworked the function description for Curl_pop3_write() --- lib/pop3.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'lib/pop3.c') 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 */ -- cgit v1.2.3