1
0
mirror of https://github.com/moparisthebest/curl synced 2025-03-11 07:39:50 -04:00

imap: Small tidy up of function arguments

This commit is contained in:
Steve Holme 2013-02-28 21:18:36 +00:00
parent 0be2251394
commit 6ff7197e70

View File

@ -1214,8 +1214,7 @@ static CURLcode imap_state_login_resp(struct connectdata *conn,
} }
/* For SELECT responses */ /* For SELECT responses */
static CURLcode imap_state_select_resp(struct connectdata *conn, static CURLcode imap_state_select_resp(struct connectdata *conn, int imapcode,
int imapcode,
imapstate instate) imapstate instate)
{ {
CURLcode result = CURLE_OK; CURLcode result = CURLE_OK;
@ -1987,7 +1986,7 @@ static CURLcode imap_regular_transfer(struct connectdata *conn,
return result; return result;
} }
static CURLcode imap_setup_connection(struct connectdata * conn) static CURLcode imap_setup_connection(struct connectdata *conn)
{ {
struct SessionHandle *data = conn->data; struct SessionHandle *data = conn->data;