summaryrefslogtreecommitdiffstats
path: root/src/proto/ex_cmds.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-12-18 21:56:28 +0100
committerBram Moolenaar <Bram@vim.org>2018-12-18 21:56:28 +0100
commitc447d8d33f695a83fefe4e47334b41c32874c3c5 (patch)
tree224ed8fe74b18afc6be1f3f489f4bb3c75e82fd4 /src/proto/ex_cmds.pro
parent9d87a37ee9d87f5bdbc779bc940d5f1e6f055d0a (diff)
patch 8.1.0607: proto files are not in sync with the source codev8.1.0607
Problem: Proto files are not in sync with the source code. Solution: Update the proto files.
Diffstat (limited to 'src/proto/ex_cmds.pro')
-rw-r--r--src/proto/ex_cmds.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/ex_cmds.pro b/src/proto/ex_cmds.pro
index 63f25b50f4..12e6b386c4 100644
--- a/src/proto/ex_cmds.pro
+++ b/src/proto/ex_cmds.pro
@@ -30,7 +30,7 @@ int check_overwrite(exarg_T *eap, buf_T *buf, char_u *fname, char_u *ffname, int
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);