diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-04-10 18:53:24 +0200 |
---|---|---|
committer | Thomas Wienecke <wienecke.t@gmail.com> | 2014-05-03 17:40:16 +0200 |
commit | 3a5f538cad15dec360dece77d201fc25f102a604 (patch) | |
tree | fa31b551afa2e980e2225fee7c6d0d71be7140d3 /src/fileio.h | |
parent | 7cb20fd1b09a5c263ca3aef57d87f09084fb7830 (diff) | |
download | rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.gz rneovim-3a5f538cad15dec360dece77d201fc25f102a604.tar.bz2 rneovim-3a5f538cad15dec360dece77d201fc25f102a604.zip |
Remove undefined functions.
Diffstat (limited to 'src/fileio.h')
-rw-r--r-- | src/fileio.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fileio.h b/src/fileio.h index 061e6bcf96..150178b142 100644 --- a/src/fileio.h +++ b/src/fileio.h @@ -26,7 +26,6 @@ void set_file_options(int set_options, exarg_T *eap); void set_forced_fenc(exarg_T *eap); int prepare_crypt_read(FILE *fp); char_u *prepare_crypt_write(buf_T *buf, int *lenp); -int check_file_readonly(char_u *fname, int perm); int buf_write(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, |