comparison 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
comparison
equal deleted inserted replaced
1597:4f59a414217e 1598:a087125d8fc8
20 //static void spellcheck(char*, char*); 20 //static void spellcheck(char*, char*);
21 #endif 21 #endif
22 22
23 #include "hbuf.h" 23 #include "hbuf.h"
24 #include "logprint.h" 24 #include "logprint.h"
25 #include "roster.h"
25 26
26 #define INPUTLINE_LENGTH 1024 27 #define INPUTLINE_LENGTH 1024
27 28
28 // Only used in screen.c; this is the maximum line number 29 // Only used in screen.c; this is the maximum line number
29 // in a multi-line message. Should be < 1000 30 // in a multi-line message. Should be < 1000
117 118
118 void scr_Beep(void); 119 void scr_Beep(void);
119 120
120 bool Autoaway; 121 bool Autoaway;
121 122
122 long int scr_GetAutoAwayTimeout(time_t now);
123 void scr_CheckAutoAway(int activity); 123 void scr_CheckAutoAway(int activity);
124 124
125 #if defined JEP0022 || defined JEP0085 125 #if defined JEP0022 || defined JEP0085
126 long int scr_GetChatStatesTimeout(time_t now); 126 gboolean scr_ChatStatesTimeout();
127 #endif 127 #endif
128 int chatstates_disabled; 128 int chatstates_disabled;
129 129
130 // For commands... 130 // For commands...
131 void scr_RosterTop(void); 131 void scr_RosterTop(void);