diff options
Diffstat (limited to 'src/core/weechat.h')
-rw-r--r-- | src/core/weechat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/weechat.h b/src/core/weechat.h index 900662499..47d395c89 100644 --- a/src/core/weechat.h +++ b/src/core/weechat.h @@ -126,6 +126,7 @@ extern int weechat_no_gnutls; extern int weechat_no_gcrypt; extern struct t_weelist *weechat_startup_commands; extern int weechat_auto_connect; +extern int weechat_auto_load_scripts; extern void weechat_term_check (); extern void weechat_shutdown (int return_code, int crash); |