summaryrefslogtreecommitdiff
path: root/src/plugins/fset/fset-option.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/fset/fset-option.h')
-rw-r--r--src/plugins/fset/fset-option.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/plugins/fset/fset-option.h b/src/plugins/fset/fset-option.h
index 10af4e4b2..ff239f056 100644
--- a/src/plugins/fset/fset-option.h
+++ b/src/plugins/fset/fset-option.h
@@ -85,11 +85,10 @@ extern void fset_option_set (struct t_fset_option *fset_option,
struct t_gui_buffer *buffer,
int append);
extern void fset_option_toggle_mark (struct t_fset_option *fset_option,
- struct t_config_option *option,
- int value);
-extern void fset_option_unmark_all ();
+ struct t_config_option *option);
extern void fset_option_mark_options_matching_filter (const char *filter,
int mark);
+extern void fset_option_unmark_all ();
extern int fset_option_export (const char *filename, int with_help);
extern int fset_option_config_cb (const void *pointer,
void *data,