auth: removed useless static declaration
_handle_open_tls() declared as static function but not defined.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user