diff options
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); |