about summary refs log tree commit diff stats
path: root/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'jabber.h')
-rw-r--r--jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/jabber.h b/jabber.h
index a50d1734..4bffc56a 100644
--- a/jabber.h
+++ b/jabber.h
@@ -30,7 +30,7 @@ typedef enum {
     JABBER_DISCONNECTED
 } jabber_status_t;
 
-void init_jabber(int disable_tls);
+void jabber_init(int disable_tls);
 jabber_status_t jabber_connection_status(void);
 jabber_status_t jabber_connect(char *user, char *passwd);
 void jabber_disconnect(void);