From 6ff7197e7046e3a56cf39be3914ed4dc394fc90c Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Thu, 28 Feb 2013 21:18:36 +0000 Subject: imap: Small tidy up of function arguments --- lib/imap.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/imap.c b/lib/imap.c index 83176bd4b..63840d4eb 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -1214,8 +1214,7 @@ static CURLcode imap_state_login_resp(struct connectdata *conn, } /* For SELECT responses */ -static CURLcode imap_state_select_resp(struct connectdata *conn, - int imapcode, +static CURLcode imap_state_select_resp(struct connectdata *conn, int imapcode, imapstate instate) { CURLcode result = CURLE_OK; @@ -1987,7 +1986,7 @@ static CURLcode imap_regular_transfer(struct connectdata *conn, return result; } -static CURLcode imap_setup_connection(struct connectdata * conn) +static CURLcode imap_setup_connection(struct connectdata *conn) { struct SessionHandle *data = conn->data; -- cgit v1.2.3