diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 21:32:24 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2018-01-15 21:57:06 +0100 |
commit | 21e63e7958c499b79a63612d7344ad4d53bd4284 (patch) | |
tree | 68d746e0481bcac99aaf5c2a6910c8d3d7f0805e /src/plugins/tcl/weechat-tcl.h | |
parent | ee79e11b15792780e9a69f80dae412f26b402a16 (diff) | |
download | weechat-21e63e7958c499b79a63612d7344ad4d53bd4284.zip |
scripts: add configuration file for each script plugin
Diffstat (limited to 'src/plugins/tcl/weechat-tcl.h')
-rw-r--r-- | src/plugins/tcl/weechat-tcl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/tcl/weechat-tcl.h b/src/plugins/tcl/weechat-tcl.h index 63e4d5ab4..c5fa8c359 100644 --- a/src/plugins/tcl/weechat-tcl.h +++ b/src/plugins/tcl/weechat-tcl.h @@ -28,6 +28,8 @@ extern struct t_weechat_plugin *weechat_tcl_plugin; +extern struct t_plugin_script_data tcl_data; + extern int tcl_quiet; extern struct t_plugin_script *tcl_scripts; extern struct t_plugin_script *last_tcl_script; |