aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c6
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;