summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-config.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-06-02 20:03:00 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 16:35:27 +0200
commit6f27eccc84bd3b03b5aa92f7b778bb1262d7263b (patch)
tree68d30f7e62380114dd494f71198236ead6d0f801 /src/plugins/fset/fset-config.h
parentdc2720d916748e1b950040c473d0c4b2141ac38b (diff)
downloadweechat-6f27eccc84bd3b03b5aa92f7b778bb1262d7263b.zip
fset: add option fset.look.sort
Diffstat (limited to 'src/plugins/fset/fset-config.h')
-rw-r--r--src/plugins/fset/fset-config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/plugins/fset/fset-config.h b/src/plugins/fset/fset-config.h
index ba0fd5f10..f72d7b512 100644
--- a/src/plugins/fset/fset-config.h
+++ b/src/plugins/fset/fset-config.h
@@ -28,6 +28,7 @@ extern struct t_config_option *fset_config_look_condition_catch_set;
extern struct t_config_option *fset_config_look_help_bar;
extern struct t_config_option *fset_config_look_marked_string;
extern struct t_config_option *fset_config_look_show_plugin_description;
+extern struct t_config_option *fset_config_look_sort;
extern struct t_config_option *fset_config_look_unmark_after_action;
extern struct t_config_option *fset_config_look_unmarked_string;
extern struct t_config_option *fset_config_look_use_keys;
@@ -58,6 +59,8 @@ extern struct t_config_option *fset_config_color_value[2];
extern struct t_config_option *fset_config_color_value_changed[2];
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_current;
extern int fset_config_init ();