diff options
Diffstat (limited to 'src/common/weeconfig.h')
-rw-r--r-- | src/common/weeconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/weeconfig.h b/src/common/weeconfig.h index c540c499c..61f08d4b2 100644 --- a/src/common/weeconfig.h +++ b/src/common/weeconfig.h @@ -106,6 +106,8 @@ extern int cfg_look_infobar_delay_highlight; extern int cfg_look_hotlist_names_count; extern int cfg_look_hotlist_names_level; extern int cfg_look_hotlist_names_length; +extern int cfg_look_day_change; +extern char *cfg_look_day_change_timestamp; extern int cfg_col_title; extern int cfg_col_title_bg; |