blob: 8d81548a2d52cc04107d16d5a59af27c188c076e [file] [log] [blame]
Bram Moolenaar473952e2019-09-28 16:30:04 +02001/* bufwrite.c */
2int 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, int filtering);
3/* vim: set ft=c : */
4