diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:20:41 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-01-14 21:20:41 +0000 |
commit | 04dbce064ed4282854348bd4fb5a806a6136bd04 (patch) | |
tree | 3bb439d2a2f5fcaf94a519f7493b9ac18387cd85 /src/proto/memfile.pro | |
parent | 316059c019db0c65a148285a94467bd07d2ae6cc (diff) | |
download | vim-git-04dbce064ed4282854348bd4fb5a806a6136bd04.tar.gz |
updated for version 7.0181
Diffstat (limited to 'src/proto/memfile.pro')
-rw-r--r-- | src/proto/memfile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/memfile.pro b/src/proto/memfile.pro index 3feb67744..3983b4799 100644 --- a/src/proto/memfile.pro +++ b/src/proto/memfile.pro @@ -9,6 +9,7 @@ bhdr_T *mf_get __ARGS((memfile_T *mfp, blocknr_T nr, int page_count)); 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)); |