diff mcabber/mcabber/xmpp.h @ 1810:8c2651fc217a

Improve initial display when there is an error message Chat mode is enabled automatically and the screen is refreshed.
author Mikael Berthe <mikael@lilotux.net>
date Mon, 22 Mar 2010 21:18:29 +0100
parents ac881b5f9248
children e6d355e50d7a
line wrap: on
line diff
--- a/mcabber/mcabber/xmpp.h	Sun Mar 21 18:12:34 2010 +0100
+++ b/mcabber/mcabber/xmpp.h	Mon Mar 22 21:18:29 2010 +0100
@@ -32,7 +32,7 @@
 extern LmConnection* lconnection;
 extern LmSSL* lssl;
 
-void xmpp_connect(void);
+int  xmpp_connect(void);
 void xmpp_disconnect(void);
 gboolean xmpp_is_online(void);