diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2010-05-26 15:16:24 +0200 |
commit | 114fe22a80833eebbf6f12bced5ab62081bff1ad (patch) | |
tree | 8ab68fd6bc67ef9606bcd3c5d50a16823b028404 /src/core/wee-config.h | |
parent | 5f37c2801898c7ae2c4dbab4ce22da2274091ad6 (diff) | |
download | weechat-114fe22a80833eebbf6f12bced5ab62081bff1ad.zip |
Add new option weechat.look.confirm_quit
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 005935496..f034f1b78 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -87,6 +87,7 @@ extern struct t_config_option *config_startup_display_version; extern struct t_config_option *config_look_buffer_notify_default; extern struct t_config_option *config_look_buffer_time_format; extern struct t_config_option *config_look_command_chars; +extern struct t_config_option *config_look_confirm_quit; extern struct t_config_option *config_look_color_nicks_number; extern struct t_config_option *config_look_color_real_white; extern struct t_config_option *config_look_day_change; |