about summary refs log tree commit diff stats
path: root/src/jabber.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jabber.h')
-rw-r--r--src/jabber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jabber.h b/src/jabber.h
index aad6a61d..31a1c20e 100644
--- a/src/jabber.h
+++ b/src/jabber.h
@@ -48,7 +48,7 @@ typedef enum {
 
 void jabber_init(const int disable_tls);
 jabber_conn_status_t jabber_connect(const char * const user,
-    const char * const passwd);
+    const char * const passwd, const char * const altdomain);
 void jabber_disconnect(void);
 void jabber_process_events(void);
 void jabber_join(const char * const room, const char * const nick);