diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 20:18:37 +0100 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 20:22:12 +0100 | 
| commit | ca46c5dbe2d12e2a583c00810a4a2ea69941c549 (patch) | |
| tree | 2f651b9bdf244d80d881cc6dc865984cf142a98d | |
| parent | 2da127abb54c6b5fa514f3a92ca5bce5e82d8120 (diff) | |
pop3: Added function description to pop3_parse_custom_request()
| -rw-r--r-- | lib/pop3.c | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index dadb443d2..6ded25e73 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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;  | 
