mirror of
https://github.com/curl/curl.git
synced 2026-07-22 17:57:18 +03:00
imap: Added function description to imap_parse_custom_request()
This commit is contained in:
parent
00c74019f4
commit
fd399cde00
1 changed files with 6 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue