diff src/proto/buffer.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 4a94173743d9
children 3a99b2e6d136
line wrap: on
line diff
--- a/src/proto/buffer.pro
+++ b/src/proto/buffer.pro
@@ -16,7 +16,7 @@ void do_autochdir(void);
 void no_write_message(void);
 void no_write_message_nobang(buf_T *buf);
 int curbuf_reusable(void);
-buf_T *buflist_new(char_u *ffname, char_u *sfname, linenr_T lnum, int flags);
+buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
 void free_buf_options(buf_T *buf, int free_p_ff);
 int buflist_getfile(int n, linenr_T lnum, int options, int forceit);
 void buflist_getfpos(void);
@@ -31,7 +31,7 @@ pos_T *buflist_findfpos(buf_T *buf);
 linenr_T buflist_findlnum(buf_T *buf);
 void buflist_list(exarg_T *eap);
 int buflist_name_nr(int fnum, char_u **fname, linenr_T *lnum);
-int setfname(buf_T *buf, char_u *ffname, char_u *sfname, int message);
+int setfname(buf_T *buf, char_u *ffname_arg, char_u *sfname_arg, int message);
 void buf_set_name(int fnum, char_u *name);
 void buf_name_changed(buf_T *buf);
 buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum);