summaryrefslogtreecommitdiffstats
path: root/src/proto/bufwrite.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-09-28 16:30:04 +0200
committerBram Moolenaar <Bram@vim.org>2019-09-28 16:30:04 +0200
commit473952e85286eb9c6098801f1819981ba61ad153 (patch)
tree853c22efb3c9b723e336b560e756da38db610021 /src/proto/bufwrite.pro
parent9be0e0b9d31e42d0074527a7789836087475142a (diff)
patch 8.1.2094: the fileio.c file is too bigv8.1.2094
Problem: The fileio.c file is too big. Solution: Move buf_write() to bufwrite.c. (Yegappan Lakshmanan, closes #4990)
Diffstat (limited to 'src/proto/bufwrite.pro')
-rw-r--r--src/proto/bufwrite.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/proto/bufwrite.pro b/src/proto/bufwrite.pro
new file mode 100644
index 0000000000..8d81548a2d
--- /dev/null
+++ b/src/proto/bufwrite.pro
@@ -0,0 +1,4 @@
+/* bufwrite.c */
+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, int filtering);
+/* vim: set ft=c : */
+