diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-06-14 01:39:13 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-06-14 01:39:13 +0200 |
commit | 191e0a2bc7cb4787e19aa1f8c6958b47e05d7882 (patch) | |
tree | 33740966cf8b50b85665b6c779eb29639dab7d60 /src/proto | |
parent | 80794b1ce64b394fe6a1355ddd7159d1c97d6f48 (diff) | |
download | vim-git-191e0a2bc7cb4787e19aa1f8c6958b47e05d7882.tar.gz |
Fix tiny build, move functions to undo.c.
Diffstat (limited to 'src/proto')
-rw-r--r-- | src/proto/fileio.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index 75285dfef..88d3c27ea 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -4,8 +4,6 @@ int readfile __ARGS((char_u *fname, char_u *sfname, linenr_T from, linenr_T line int prep_exarg __ARGS((exarg_T *eap, buf_T *buf)); int prepare_crypt_read __ARGS((FILE *fp)); char_u *prepare_crypt_write __ARGS((buf_T *buf, int *lenp)); -size_t fwrite_crypt __ARGS((buf_T *buf, char_u *ptr, size_t len, FILE *fp)); -char_u *read_string_decrypt __ARGS((buf_T *buf, FILE *fd, int len)); int check_file_readonly __ARGS((char_u *fname, int perm)); 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)); void msg_add_fname __ARGS((buf_T *buf, char_u *fname)); |