diff src/proto/ex_cmds.pro @ 15195:16b2f2db6f28 v8.1.0607

patch 8.1.0607: proto files are not in sync with the source code commit https://github.com/vim/vim/commit/c447d8d33f695a83fefe4e47334b41c32874c3c5 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 18 21:56:28 2018 +0100 patch 8.1.0607: proto files are not in sync with the source code Problem: Proto files are not in sync with the source code. Solution: Update the proto files.
author Bram Moolenaar <Bram@vim.org>
date Tue, 18 Dec 2018 22:00:07 +0100
parents 05bfc3d37efb
children 3a99b2e6d136
line wrap: on
line diff
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -30,7 +30,7 @@ int check_overwrite(exarg_T *eap, buf_T 
 void ex_wnext(exarg_T *eap);
 void do_wqall(exarg_T *eap);
 int not_writing(void);
-int getfile(int fnum, char_u *ffname, char_u *sfname, int setpm, linenr_T lnum, int forceit);
+int getfile(int fnum, char_u *ffname_arg, char_u *sfname_arg, int setpm, linenr_T lnum, int forceit);
 int do_ecmd(int fnum, char_u *ffname, char_u *sfname, exarg_T *eap, linenr_T newlnum, int flags, win_T *oldwin);
 void ex_append(exarg_T *eap);
 void ex_change(exarg_T *eap);