From: Steve Holme Date: Fri, 12 Apr 2013 17:01:03 +0000 (+0100) Subject: imap: Corrected function description for imap_connect() X-Git-Tag: curl-7_31_0~194 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4bbad1dac74d4fd2c4ae5d5d04a4ad3ef9649a5b;p=thirdparty%2Fcurl.git imap: Corrected function description for imap_connect() --- diff --git a/lib/imap.c b/lib/imap.c index f5bd0fba4d..fb98f8ea5c 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