summaryrefslogtreecommitdiff
path: root/src/plugins/scripts/python/weechat-python.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/scripts/python/weechat-python.h')
-rw-r--r--src/plugins/scripts/python/weechat-python.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/scripts/python/weechat-python.h b/src/plugins/scripts/python/weechat-python.h
index a506c0763..d69b93591 100644
--- a/src/plugins/scripts/python/weechat-python.h
+++ b/src/plugins/scripts/python/weechat-python.h
@@ -25,7 +25,9 @@
extern struct t_weechat_plugin *weechat_python_plugin;
+extern int python_quiet;
extern struct t_plugin_script *python_scripts;
+extern struct t_plugin_script *last_python_script;
extern struct t_plugin_script *python_current_script;
extern const char *python_current_script_filename;