1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 21:36:37 +02:00

trigger: refactor some code in hook callbacks (debug, conditions, regex, command)

This commit is contained in:
Sebastien Helleu
2014-02-07 09:05:01 +01:00
parent 53921acc38
commit d9bd1986ad
3 changed files with 79 additions and 147 deletions
+4 -2
View File
@@ -24,8 +24,10 @@
struct t_gui_buffer *trigger_buffer;
extern void trigger_buffer_display_hashtable (const char *name,
struct t_hashtable *hashtable);
extern void trigger_buffer_display_trigger (struct t_trigger *trigger,
struct t_gui_buffer *buffer,
struct t_hashtable *pointers,
struct t_hashtable *extra_vars);
extern void trigger_buffer_set_callbacks ();
extern void trigger_buffer_open (int switch_to_buffer);