diff options
Diffstat (limited to 'src/core/wee-config.h')
-rw-r--r-- | src/core/wee-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-config.h b/src/core/wee-config.h index b1f541b5d..c6542528e 100644 --- a/src/core/wee-config.h +++ b/src/core/wee-config.h @@ -137,8 +137,10 @@ extern struct t_config_option *config_look_hotlist_names_count; extern struct t_config_option *config_look_hotlist_names_length; extern struct t_config_option *config_look_hotlist_names_level; extern struct t_config_option *config_look_hotlist_names_merged_buffers; +extern struct t_config_option *config_look_hotlist_prefix; extern struct t_config_option *config_look_hotlist_short_names; extern struct t_config_option *config_look_hotlist_sort; +extern struct t_config_option *config_look_hotlist_suffix; extern struct t_config_option *config_look_hotlist_unique_numbers; extern struct t_config_option *config_look_input_cursor_scroll; extern struct t_config_option *config_look_input_share; |