updated for version 7.0181
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro
index 52ae642..e42c639 100644
--- a/src/proto/fileio.pro
+++ b/src/proto/fileio.pro
@@ -15,7 +15,7 @@
 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));
diff --git a/src/proto/memfile.pro b/src/proto/memfile.pro
index 3feb677..3983b47 100644
--- a/src/proto/memfile.pro
+++ b/src/proto/memfile.pro
@@ -9,6 +9,7 @@
 void mf_put __ARGS((memfile_T *mfp, bhdr_T *hp, int dirty, int infile));
 void mf_free __ARGS((memfile_T *mfp, bhdr_T *hp));
 int mf_sync __ARGS((memfile_T *mfp, int flags));
+void mf_set_dirty __ARGS((memfile_T *mfp));
 int mf_release_all __ARGS((void));
 blocknr_T mf_trans_del __ARGS((memfile_T *mfp, blocknr_T old_nr));
 void mf_set_ffname __ARGS((memfile_T *mfp));