comparison src/proto/fileio.pro @ 2266:ae2e615a7320 vim73

Fix tiny build, move functions to undo.c.
author Bram Moolenaar <bram@vim.org>
date Mon, 14 Jun 2010 01:39:13 +0200
parents 60da25e3aab7
children 033e7b49356c
comparison
equal deleted inserted replaced
2265:b7cb69ab616d 2266:ae2e615a7320
2 void filemess __ARGS((buf_T *buf, char_u *name, char_u *s, int attr)); 2 void filemess __ARGS((buf_T *buf, char_u *name, char_u *s, int attr));
3 int readfile __ARGS((char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap, int flags)); 3 int readfile __ARGS((char_u *fname, char_u *sfname, linenr_T from, linenr_T lines_to_skip, linenr_T lines_to_read, exarg_T *eap, int flags));
4 int prep_exarg __ARGS((exarg_T *eap, buf_T *buf)); 4 int prep_exarg __ARGS((exarg_T *eap, buf_T *buf));
5 int prepare_crypt_read __ARGS((FILE *fp)); 5 int prepare_crypt_read __ARGS((FILE *fp));
6 char_u *prepare_crypt_write __ARGS((buf_T *buf, int *lenp)); 6 char_u *prepare_crypt_write __ARGS((buf_T *buf, int *lenp));
7 size_t fwrite_crypt __ARGS((buf_T *buf, char_u *ptr, size_t len, FILE *fp));
8 char_u *read_string_decrypt __ARGS((buf_T *buf, FILE *fd, int len));
9 int check_file_readonly __ARGS((char_u *fname, int perm)); 7 int check_file_readonly __ARGS((char_u *fname, int perm));
10 int buf_write __ARGS((buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering)); 8 int buf_write __ARGS((buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering));
11 void msg_add_fname __ARGS((buf_T *buf, char_u *fname)); 9 void msg_add_fname __ARGS((buf_T *buf, char_u *fname));
12 void msg_add_lines __ARGS((int insert_space, long lnum, off_t nchars)); 10 void msg_add_lines __ARGS((int insert_space, long lnum, off_t nchars));
13 char_u *shorten_fname1 __ARGS((char_u *full_path)); 11 char_u *shorten_fname1 __ARGS((char_u *full_path));