imap: Small tidy up of function arguments
This commit is contained in:
parent
0be2251394
commit
6ff7197e70
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user