comparison src/proto/fileio.pro @ 314:529f887b5cb7

updated for version 7.0082
author vimboss
date Tue, 07 Jun 2005 21:09:25 +0000
parents 19670b05ee32
children 0f2b5d1b8117
comparison
equal deleted inserted replaced
313:96a9bfba3880 314:529f887b5cb7
13 int vim_fgets __ARGS((char_u *buf, int size, FILE *fp)); 13 int vim_fgets __ARGS((char_u *buf, int size, FILE *fp));
14 int tag_fgets __ARGS((char_u *buf, int size, FILE *fp)); 14 int tag_fgets __ARGS((char_u *buf, int size, FILE *fp));
15 int vim_rename __ARGS((char_u *from, char_u *to)); 15 int vim_rename __ARGS((char_u *from, char_u *to));
16 int check_timestamps __ARGS((int focus)); 16 int check_timestamps __ARGS((int focus));
17 int buf_check_timestamp __ARGS((buf_T *buf, int focus)); 17 int buf_check_timestamp __ARGS((buf_T *buf, int focus));
18 void buf_reload __ARGS((buf_T *buf));
18 void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname)); 19 void buf_store_time __ARGS((buf_T *buf, struct stat *st, char_u *fname));
19 void write_lnum_adjust __ARGS((linenr_T offset)); 20 void write_lnum_adjust __ARGS((linenr_T offset));
20 void vim_deltempdir __ARGS((void)); 21 void vim_deltempdir __ARGS((void));
21 char_u *vim_tempname __ARGS((int extra_char)); 22 char_u *vim_tempname __ARGS((int extra_char));
22 void forward_slash __ARGS((char_u *fname)); 23 void forward_slash __ARGS((char_u *fname));