summaryrefslogtreecommitdiff
path: root/src/core/wee-config.h
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
committerSebastien Helleu <flashcode@flashtux.org>2010-02-09 17:19:14 +0100
commit785066832761966676d5382b047b9e2ef2d1c045 (patch)
treea322394f3385e951a77bdc935addc008fb6387f0 /src/core/wee-config.h
parentdaee18621e752a1047337acbfd56e3d40d12976f (diff)
downloadweechat-785066832761966676d5382b047b9e2ef2d1c045.zip
Add new option weechat.look.time_format to customize default format for date/time displayed (localized date by default), add function weechat_util_get_time_string in plugin API (patch #6914)
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r--src/core/wee-config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h
index 6165f188f..b9337f051 100644
--- a/src/core/wee-config.h
+++ b/src/core/wee-config.h
@@ -120,6 +120,7 @@ extern struct t_config_option *config_look_scroll_amount;
extern struct t_config_option *config_look_scroll_page_percent;
extern struct t_config_option *config_look_search_text_not_found_alert;
extern struct t_config_option *config_look_set_title;
+extern struct t_config_option *config_look_time_format;
extern struct t_config_option *config_color_separator;
extern struct t_config_option *config_color_bar_more;