summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.h
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2017-05-31 21:31:01 +0200
committerSébastien Helleu <flashcode@flashtux.org>2017-06-25 16:35:27 +0200
commitbf7135dd9def36425d17e5d15236061f594bdc75 (patch)
treecc9fce646ee818fb82f918deb016ebf7274893ee /src/plugins/fset/fset-option.h
parentcc0ba21e67bb56ba270efc59e2aa108bb44f2f15 (diff)
downloadweechat-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.h2
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 ();