1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 23:36:37 +02:00

trigger: add timer

This commit is contained in:
Sebastien Helleu
2014-01-28 11:49:25 +01:00
parent 8368fc8b1e
commit a703fc8c17
3 changed files with 106 additions and 3 deletions
+1
View File
@@ -32,6 +32,7 @@ extern int trigger_callback_print_cb (void *data, struct t_gui_buffer *buffer,
const char **tags, int displayed,
int highlight, const char *prefix,
const char *message);
extern int trigger_callback_timer_cb (void *data, int remaining_calls);
extern void trigger_callback_init ();
extern void trigger_callback_end ();