aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-04-12 18:01:03 +0100
committerSteve Holme <steve_holme@hotmail.com>2013-04-12 18:14:43 +0100
commit4bbad1dac74d4fd2c4ae5d5d04a4ad3ef9649a5b (patch)
tree1875af18f4af0c631280bf07227c1b51a3bc95dd
parentddbda328b37eb4b5f43fbd1dd8248c301fd2b30e (diff)
imap: Corrected function description for imap_connect()
-rw-r--r--lib/imap.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/imap.c b/lib/imap.c
index f5bd0fba4..fb98f8ea5 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -1793,8 +1793,10 @@ static int imap_getsock(struct connectdata *conn, curl_socket_t *socks,
/***********************************************************************
*
- * imap_connect() should do everything that is to be considered a part of
- * the connection phase.
+ * imap_connect()
+ *
+ * This function should do everything that is to be considered a part of the
+ * connection phase.
*
* The variable 'done' points to will be TRUE if the protocol-layer connect
* phase is done when this function returns, or FALSE is not. When called as