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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xmpp/connection.h b/src/xmpp/connection.h
index 6018dce1..50ef82f8 100644
--- a/src/xmpp/connection.h
+++ b/src/xmpp/connection.h
@@ -39,7 +39,7 @@
 
 void connection_init(void);
 
-jabber_conn_status_t connection_connect_main(const char *const fulljid, const char *const passwd, const char *const altdomain, int port,
+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);
 
 char *connection_get_domain(void);