mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-14 01:30:19 +00:00
Apply timeout changes made in preferences dialog
Just involves a bit of refactoring.
This commit is contained in:
committed by
Patrick Griffis
parent
bcbe42dd7a
commit
9e4c2ddc47
@@ -50,6 +50,7 @@ extern GList *sess_list_by_lastact[];
|
||||
session * find_channel (server *serv, char *chan);
|
||||
session * find_dialog (server *serv, char *nick);
|
||||
session * new_ircwindow (server *serv, char *name, int type, int focus);
|
||||
void hexchat_reinit_timers (void);
|
||||
void lastact_update (session * sess);
|
||||
session * lastact_getfirst (int (*filter) (session *sess));
|
||||
int is_session (session * sess);
|
||||
|
||||
Reference in New Issue
Block a user