diff options
Diffstat (limited to 'src/fileio.h')
-rw-r--r-- | src/fileio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.h b/src/fileio.h index ce04b53e1e..0e8cc22e61 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -21,7 +21,7 @@ void filemess(buf_T *buf, char_u *name, char_u *s, int attr); int readfile(char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap, int flags); -int prep_exarg(exarg_T *eap, buf_T *buf); +void prep_exarg(exarg_T *eap, buf_T *buf); void set_file_options(int set_options, exarg_T *eap); void set_forced_fenc(exarg_T *eap); int prepare_crypt_read(FILE *fp); |