diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 18:20:20 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-12 18:27:51 +0100 |
commit | fd399cde0060119896582f2efe6559f14753d779 (patch) | |
tree | 13fe7177bffa23851e35d1248b167855f8f4ba15 | |
parent | 00c74019f4d45ad41696e1c4f96be56d66cb4cce (diff) |
imap: Added function description to imap_parse_custom_request()
-rw-r--r-- | lib/imap.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/imap.c b/lib/imap.c index 2a9633334..7584f82a8 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -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; |