]> granicus.if.org Git - curl/commitdiff
pop3: Reworked the function description for Curl_pop3_write()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 19:20:27 +0000 (20:20 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 19:22:14 +0000 (20:22 +0100)
lib/pop3.c

index 6ded25e73ec0e3f5cd0a4b3c2912635be1caa7ba..1dbe31816555eb17c283502d318d436822f2d093 100644 (file)
@@ -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 */