diff options
Diffstat (limited to 'src/fileio.h')
-rw-r--r-- | src/fileio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fileio.h b/src/fileio.h index ed9119dc7b..ce04b53e1e 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -39,6 +39,7 @@ char_u *buf_modname(int shortname, char_u *fname, char_u *ext, int prepend_dot); int vim_fgets(char_u *buf, int size, FILE *fp); int tag_fgets(char_u *buf, int size, FILE *fp); +int vim_rename(char_u *from, char_u *to); int check_timestamps(int focus); int buf_check_timestamp(buf_T *buf, int focus); void buf_reload(buf_T *buf, int orig_mode); |