mirror of
https://github.com/curl/curl.git
synced 2026-04-19 04:51:14 +03:00
pop3: Added function description to pop3_parse_custom_request()
This commit is contained in:
parent
2da127abb5
commit
ca46c5dbe2
1 changed files with 6 additions and 0 deletions
|
|
@ -1625,6 +1625,12 @@ static CURLcode pop3_parse_url_path(struct connectdata *conn)
|
|||
return Curl_urldecode(data, path, 0, &pop3->id, NULL, TRUE);
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
*
|
||||
* pop3_parse_custom_request()
|
||||
*
|
||||
* Parse the custom request.
|
||||
*/
|
||||
static CURLcode pop3_parse_custom_request(struct connectdata *conn)
|
||||
{
|
||||
CURLcode result = CURLE_OK;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue