about summary refs log tree commit diff stats
path: root/src/xmpp/connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/connection.h')
-rw-r--r--src/xmpp/connection.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 0c8669c6..0f0c2c10 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -46,10 +46,7 @@ void connection_check_events(void);
 
 jabber_conn_status_t connection_connect(const char* const fulljid, const char* const passwd, const char* const altdomain, int port,
                                         const char* const tls_policy, const char* const auth_policy);
-jabber_conn_status_t connection_connect_raw(const char* const altdomain, int port,
-                                        const char* const tls_policy, const char* const auth_policy);
-jabber_conn_status_t connection_register(const char* const altdomain, int port,
-                                        const char* const tls_policy, const char* const auth_policy,
+jabber_conn_status_t connection_register(const char* const altdomain, int port, const char* const tls_policy,
                                         const char* const username, const char* const password);
 void connection_disconnect(void);
 void connection_set_disconnected(void);