diff mcabber/src/screen.h @ 1598:a087125d8fc8

Replace libjabber with loudmouth
author franky
date Sun, 11 Oct 2009 15:38:32 +0200
parents 8d1bcc83ae32
children f4a2c6f767d1
line wrap: on
line diff
--- a/mcabber/src/screen.h	Thu Oct 08 19:40:23 2009 +0200
+++ b/mcabber/src/screen.h	Sun Oct 11 15:38:32 2009 +0200
@@ -22,6 +22,7 @@
 
 #include "hbuf.h"
 #include "logprint.h"
+#include "roster.h"
 
 #define INPUTLINE_LENGTH  1024
 
@@ -119,11 +120,10 @@
 
 bool Autoaway;
 
-long int scr_GetAutoAwayTimeout(time_t now);
 void scr_CheckAutoAway(int activity);
 
 #if defined JEP0022 || defined JEP0085
-long int scr_GetChatStatesTimeout(time_t now);
+gboolean scr_ChatStatesTimeout();
 #endif
 int chatstates_disabled;