comparison mcabber/src/screen.h @ 993:0759f4c7da68

Add option 'disable_chatstates'
author Mikael Berthe <mikael@lilotux.net>
date Wed, 01 Nov 2006 21:36:50 +0100
parents ef10906691bb
children eb416c9633b5
comparison
equal deleted inserted replaced
992:b37348c2aa79 993:0759f4c7da68
100 void scr_CheckAutoAway(int activity); 100 void scr_CheckAutoAway(int activity);
101 101
102 #if defined JEP0022 || defined JEP0085 102 #if defined JEP0022 || defined JEP0085
103 long int scr_GetChatStatesTimeout(time_t now); 103 long int scr_GetChatStatesTimeout(time_t now);
104 #endif 104 #endif
105 int chatstates_disabled;
105 106
106 // For commands... 107 // For commands...
107 void scr_RosterTop(void); 108 void scr_RosterTop(void);
108 void scr_RosterBottom(void); 109 void scr_RosterBottom(void);
109 void scr_RosterUp(void); 110 void scr_RosterUp(void);