summaryrefslogtreecommitdiff
path: root/src/proto/option.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/option.pro')
-rw-r--r--src/proto/option.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/option.pro b/src/proto/option.pro
index 681fa459..853a3425 100644
--- a/src/proto/option.pro
+++ b/src/proto/option.pro
@@ -23,7 +23,7 @@ char_u *check_colorcolumn __ARGS((win_T *wp));
char_u *check_stl_option __ARGS((char_u *s));
int get_option_value __ARGS((char_u *name, long *numval, char_u **stringval, int opt_flags));
int get_option_value_strict __ARGS((char_u *name, long *numval, char_u **stringval, int opt_type, void *from));
-void set_option_value __ARGS((char_u *name, long number, char_u *string, int opt_flags));
+char_u *set_option_value __ARGS((char_u *name, long number, char_u *string, int opt_flags));
char_u *get_term_code __ARGS((char_u *tname));
char_u *get_highlight_default __ARGS((void));
char_u *get_encoding_default __ARGS((void));