imap: Added function description to imap_parse_custom_request()

This commit is contained in:
Steve Holme 2013-04-12 18:20:20 +01:00
parent 00c74019f4
commit fd399cde00
1 changed files with 6 additions and 0 deletions

View File

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