diff src/proto/memfile.pro @ 629:f3694b073509

updated for version 7.0181
author vimboss
date Sat, 14 Jan 2006 21:20:41 +0000
parents 3fc0f57ecb91
children 6beb2c667935
line wrap: on
line diff
--- a/src/proto/memfile.pro
+++ b/src/proto/memfile.pro
@@ -9,6 +9,7 @@ bhdr_T *mf_get __ARGS((memfile_T *mfp, b
 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));