]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
imap: Corrected function description for imap_connect()
authorSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 17:01:03 +0000 (18:01 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Fri, 12 Apr 2013 17:14:43 +0000 (18:14 +0100)
lib/imap.c

index f5bd0fba4d0e0e76b9b980b45756b880a9cc81af..fb98f8ea5c7ffa079d982b8f9aa436bfe78a8838 100644 (file)
@@ -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