mirror of
https://github.com/curl/curl.git
synced 2026-08-24 13:03:35 +03:00
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:
parent
b0e0f44934
commit
39b79c6b75
3 changed files with 0 additions and 3 deletions
|
|
@ -99,7 +99,6 @@ static int smtp_getsock(struct connectdata *conn, curl_socket_t *socks,
|
|||
int numsocks);
|
||||
static CURLcode smtp_doing(struct connectdata *conn, bool *dophase_done);
|
||||
static CURLcode smtp_setup_connection(struct connectdata *conn);
|
||||
static CURLcode smtp_state_upgrade_tls(struct connectdata *conn);
|
||||
|
||||
/*
|
||||
* SMTP protocol handler.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue