diff options
author | Ben Gamari <ben@smart-cactus.org> | 2016-05-09 09:01:09 +0200 |
---|---|---|
committer | Patrick Griffis <tingping@tingping.se> | 2016-06-29 15:42:11 -0400 |
commit | 9e4c2ddc47592d26cd4184e8942806fbd7becf18 (patch) | |
tree | 2d7aa26f19072883f18bda2315c175a8ed351044 /src/common/hexchatc.h | |
parent | bcbe42dd7a4b7bca0e699c3e52f2c9bf7b37deba (diff) |
Apply timeout changes made in preferences dialog
Just involves a bit of refactoring.
Diffstat (limited to 'src/common/hexchatc.h')
-rw-r--r-- | src/common/hexchatc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/hexchatc.h b/src/common/hexchatc.h index 9d603870..ae1c540c 100644 --- a/src/common/hexchatc.h +++ b/src/common/hexchatc.h @@ -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); |