email: Removed unnecessary forward declaration
Due to the reordering of functions in commit 586f5d3614
the forward
declaration to state_upgrade_tls() are no longer required.
This commit is contained in:
@@ -98,7 +98,6 @@ static int imap_getsock(struct connectdata *conn, curl_socket_t *socks,
|
||||
int numsocks);
|
||||
static CURLcode imap_doing(struct connectdata *conn, bool *dophase_done);
|
||||
static CURLcode imap_setup_connection(struct connectdata *conn);
|
||||
static CURLcode imap_state_upgrade_tls(struct connectdata *conn);
|
||||
|
||||
/*
|
||||
* IMAP protocol handler.
|
||||
|
Reference in New Issue
Block a user