auth: removed useless static declaration

_handle_open_tls() declared as static function but not defined.
This commit is contained in:
Dmitry Podgorny
2014-08-26 14:32:28 +03:00
parent 077afae693
commit cf361d35fe

View File

@@ -56,7 +56,6 @@
#endif
static void _auth(xmpp_conn_t * const conn);
static void _handle_open_tls(xmpp_conn_t * const conn);
static void _handle_open_sasl(xmpp_conn_t * const conn);
static int _handle_missing_legacy(xmpp_conn_t * const conn,
void * const userdata);