diff options
Diffstat (limited to 'src/plugins/scripts/perl/weechat-perl.h')
-rw-r--r-- | src/plugins/scripts/perl/weechat-perl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scripts/perl/weechat-perl.h b/src/plugins/scripts/perl/weechat-perl.h index 5320f4e08..23c9deccf 100644 --- a/src/plugins/scripts/perl/weechat-perl.h +++ b/src/plugins/scripts/perl/weechat-perl.h @@ -25,7 +25,9 @@ extern struct t_weechat_plugin *weechat_perl_plugin; +extern int perl_quiet; extern struct t_plugin_script *perl_scripts; +extern struct t_plugin_script *last_perl_script; extern struct t_plugin_script *perl_current_script; extern const char *perl_current_script_filename; |