diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-15 13:50:01 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2008-04-15 13:50:01 +0200 |
commit | b87d709a7079e5c20b2d556158f57239c72095b7 (patch) | |
tree | e841adf778886b2a9930445e666584fe4b8e589c /src/core/wee-config.h | |
parent | 362ce3eca8f354d59aa975ff3bf3d35bceaaf3e6 (diff) | |
download | weechat-b87d709a7079e5c20b2d556158f57239c72095b7.zip |
New format for [bar] section in weechat.conf file, bar options can be set with /set command
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |