diff mcabber/src/screen.h @ 1254:401639413340

More jabber:iq:last support... (misc) This is a patch from Michael Scherer to answer iq:last requests, slightly modified.
author Mikael Berthe <mikael@lilotux.net>
date Fri, 22 Jun 2007 19:21:23 +0200
parents 2521efbf3b72
children dbc907b2d92f
line wrap: on
line diff
--- a/mcabber/src/screen.h	Fri Jun 22 19:18:44 2007 +0200
+++ b/mcabber/src/screen.h	Fri Jun 22 19:21:23 2007 +0200
@@ -107,6 +107,8 @@
 
 inline void scr_Beep(void);
 
+bool Autoaway;
+
 long int scr_GetAutoAwayTimeout(time_t now);
 void scr_CheckAutoAway(int activity);