1/* bufwrite.c */
2char *new_file_message(void);
3int 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);
4/* vim: set ft=c : */
5