From 04dbce064ed4282854348bd4fb5a806a6136bd04 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 14 Jan 2006 21:20:41 +0000 Subject: updated for version 7.0181 --- src/proto/fileio.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/proto/fileio.pro') diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index 52ae6424e8..e42c63956f 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -15,7 +15,7 @@ int tag_fgets __ARGS((char_u *buf, int size, FILE *fp)); int vim_rename __ARGS((char_u *from, char_u *to)); int check_timestamps __ARGS((int focus)); int buf_check_timestamp __ARGS((buf_T *buf, int focus)); -void buf_reload __ARGS((buf_T *buf)); +void buf_reload __ARGS((buf_T *buf, int orig_mode)); void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname)); void write_lnum_adjust __ARGS((linenr_T offset)); void vim_deltempdir __ARGS((void)); -- cgit v1.2.3