comparison 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
comparison
equal deleted inserted replaced
1253:eb38963e082f 1254:401639413340
105 inline const char *scr_get_multiline(void); 105 inline const char *scr_get_multiline(void);
106 inline const char *scr_get_multimode_subj(void); 106 inline const char *scr_get_multimode_subj(void);
107 107
108 inline void scr_Beep(void); 108 inline void scr_Beep(void);
109 109
110 bool Autoaway;
111
110 long int scr_GetAutoAwayTimeout(time_t now); 112 long int scr_GetAutoAwayTimeout(time_t now);
111 void scr_CheckAutoAway(int activity); 113 void scr_CheckAutoAway(int activity);
112 114
113 #if defined JEP0022 || defined JEP0085 115 #if defined JEP0022 || defined JEP0085
114 long int scr_GetChatStatesTimeout(time_t now); 116 long int scr_GetChatStatesTimeout(time_t now);