Apply timeout changes made in preferences dialog

Just involves a bit of refactoring.
This commit is contained in:
Ben Gamari
2016-05-09 09:01:09 +02:00
committed by Patrick Griffis
parent bcbe42dd7a
commit 9e4c2ddc47
3 changed files with 34 additions and 10 deletions

View File

@@ -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);