]> granicus.if.org Git - curl/commitdiff
imap: Added function description to imap_parse_custom_request()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 17:20:20 +0000 (18:20 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 17:27:51 +0000 (18:27 +0100)
lib/imap.c

index 2a9633334b1f6ae697045427e14800f909c4cfa8..7584f82a8f5288200437d872bdf68ca28a45f25c 100644 (file)
@@ -2295,6 +2295,12 @@ static CURLcode imap_parse_url_path(struct connectdata *conn)
   return CURLE_OK;
 }
 
+/***********************************************************************
+ *
+ * imap_parse_custom_request()
+ *
+ * Parse the custom request.
+ */
 static CURLcode imap_parse_custom_request(struct connectdata *conn)
 {
   CURLcode result = CURLE_OK;