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 922eaab7f..e18bfe37c 100644
--- a/src/plugins/scripts/weechat-script.h
+++ b/src/plugins/scripts/weechat-script.h
@@ -59,6 +59,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_modifier (t_weechat_plugin *,
+ t_plugin_script *,
+ char *, char *, char *);
extern char *weechat_script_get_plugin_config (t_weechat_plugin *,
t_plugin_script *,
char *);