diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2017-05-31 21:31:01 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2017-06-25 16:35:27 +0200 |
commit | bf7135dd9def36425d17e5d15236061f594bdc75 (patch) | |
tree | cc9fce646ee818fb82f918deb016ebf7274893ee /src/plugins/fset/fset-option.h | |
parent | cc0ba21e67bb56ba270efc59e2aa108bb44f2f15 (diff) | |
download | weechat-bf7135dd9def36425d17e5d15236061f594bdc75.zip |
fset: add ${default_value_undef} and ${value_changed}
Diffstat (limited to 'src/plugins/fset/fset-option.h')
-rw-r--r-- | src/plugins/fset/fset-option.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h index c08e240fe..d1b7551e6 100644 --- a/src/plugins/fset/fset-option.h +++ b/src/plugins/fset/fset-option.h @@ -45,7 +45,7 @@ extern char *fset_option_filter; extern int fset_option_valid (struct t_fset_option *option); extern struct t_fset_option *fset_option_search_by_name (const char *name, int *line); -extern int fset_option_value_different_from_default (struct t_fset_option *option); +extern int fset_option_value_is_changed (struct t_fset_option *option); extern void fset_option_free (struct t_fset_option *fset_option); extern struct t_arraylist *fset_option_get_arraylist_options (); extern struct t_hashtable *fset_option_get_hashtable_max_length_field (); |