aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-02-16 10:28:32 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-02-16 10:28:32 +0000
commit39b79c6b752ede7e7ad522ef0ee1073c01945bbc (patch)
treecba9bc2f7a2b3d585ca6956d257b12893d3fccc8 /lib/imap.c
parentb0e0f4493424fa60e3ecfa359e8cadc4b80c6206 (diff)
email: Removed unnecessary forward declaration
Due to the reordering of functions in commit 586f5d361474 the forward declaration to state_upgrade_tls() are no longer required.
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index ab98e0a96..5fdaf69c7 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -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.