summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/weechat-script.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scripts/weechat-script.h')
-rw-r--r--src/plugins/scripts/weechat-script.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/scripts/weechat-script.h b/src/plugins/scripts/weechat-script.h
index 0f5ef956d..74af518f6 100644
--- a/src/plugins/scripts/weechat-script.h
+++ b/src/plugins/scripts/weechat-script.h
@@ -79,6 +79,9 @@ extern void weechat_script_remove_timer_handler (t_weechat_plugin *,
extern void weechat_script_remove_keyboard_handler (t_weechat_plugin *,
t_plugin_script *,
char *);
+extern void weechat_script_remove_event_handler (t_weechat_plugin *,
+ t_plugin_script *,
+ char *);
extern void weechat_script_remove_modifier (t_weechat_plugin *,
t_plugin_script *,
char *, char *, char *);