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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user