diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-18 14:07:47 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:28 +0200 |
commit | 68b337eb606214c64e6ae735765ab6753f3f511a (patch) | |
tree | df17092ced7870cde41f0b85e6956426b8d29640 /src/plugins/fset/fset-config.h | |
parent | 1552a2327ff65122b852ce68fea7edc30946462e (diff) | |
download | weechat-68b337eb606214c64e6ae735765ab6753f3f511a.zip |
fset: add format options for marked options
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r-- | src/plugins/fset/fset-config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h index b6b57eeb2..cb7d4c3b6 100644 --- a/src/plugins/fset/fset-config.h +++ b/src/plugins/fset/fset-config.h @@ -39,6 +39,7 @@ extern struct t_config_option *fset_config_look_use_keys; extern struct t_config_option *fset_config_look_use_mute; extern struct t_config_option *fset_config_format_option[2]; +extern struct t_config_option *fset_config_format_option_marked[2]; extern struct t_config_option *fset_config_format_option_selected[2]; extern struct t_config_option *fset_config_format_export_help; extern struct t_config_option *fset_config_format_export_option; @@ -81,6 +82,7 @@ extern struct t_config_option *fset_config_color_value_undef[2]; extern char **fset_config_sort_fields; extern int fset_config_sort_fields_count; +extern char *fset_config_eval_format_option_marked[2]; extern char *fset_config_eval_format_option_selected[2]; extern int fset_config_init (); |