summaryrefslogtreecommitdiff
path: root/xmpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'xmpp.h')
-rw-r--r--xmpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmpp.h b/xmpp.h
index 9752e38..f6b9071 100644
--- a/xmpp.h
+++ b/xmpp.h
@@ -17,5 +17,5 @@
*/
-void xmpp_connect(void);
+int xmpp_connect(void);
char *get_domainpart(char *jid);