From b87d709a7079e5c20b2d556158f57239c72095b7 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Tue, 15 Apr 2008 13:50:01 +0200 Subject: New format for [bar] section in weechat.conf file, bar options can be set with /set command --- src/core/wee-config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/wee-config.h') diff --git a/src/core/wee-config.h b/src/core/wee-config.h index aca427b0e..c2bc989da 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -41,6 +41,7 @@ #define CONFIG_LOOK_HOTLIST_SORT_NUMBER_DESC 5 extern struct t_config_file *weechat_config_file; +extern struct t_config_section *weechat_config_section_bar; extern struct t_config_option *config_startup_display_logo; extern struct t_config_option *config_startup_display_version; -- cgit v1.2.3