home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / amiga / vim46src.lha / vim-4.6 / src / proto / fileio.pro < prev    next >
Encoding:
Text File  |  1997-03-12  |  799 b   |  13 lines

  1. /* fileio.c */
  2. void filemess __PARMS((BUF *buf, char_u *name, char_u *s));
  3. int readfile __PARMS((char_u *fname, char_u *sfname, linenr_t from, int newfile, linenr_t lines_to_skip, linenr_t lines_to_read, int filtering));
  4. int buf_write __PARMS((BUF *buf, char_u *fname, char_u *sfname, linenr_t start, linenr_t end, int append, int forceit, int reset_changed, int filtering));
  5. char_u *modname __PARMS((char_u *fname, char_u *ext));
  6. char_u *buf_modname __PARMS((int shortname, char_u *fname, char_u *ext));
  7. int vim_fgets __PARMS((char_u *buf, int size, FILE *fp));
  8. int vim_rename __PARMS((char_u *from, char_u *to));
  9. void check_timestamps __PARMS((void));
  10. void buf_check_timestamp __PARMS((BUF *buf));
  11. void write_lnum_adjust __PARMS((linenr_t offset));
  12. char_u *vim_tempname __PARMS((int extra_char));
  13.