From: Steve Holme Date: Fri, 12 Apr 2013 17:20:20 +0000 (+0100) Subject: imap: Added function description to imap_parse_custom_request() X-Git-Tag: curl-7_31_0~190 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fd399cde0060119896582f2efe6559f14753d779;p=thirdparty%2Fcurl.git imap: Added function description to imap_parse_custom_request() --- diff --git a/lib/imap.c b/lib/imap.c index 2a9633334b..7584f82a8f 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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;