Commit fd399cde authored by Steve Holme's avatar Steve Holme
Browse files

imap: Added function description to imap_parse_custom_request()

parent 00c74019
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;