comparison 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
comparison
equal deleted inserted replaced
15194:8b334e4cb97f 15195:16b2f2db6f28
14 void enter_buffer(buf_T *buf); 14 void enter_buffer(buf_T *buf);
15 void do_autochdir(void); 15 void do_autochdir(void);
16 void no_write_message(void); 16 void no_write_message(void);
17 void no_write_message_nobang(buf_T *buf); 17 void no_write_message_nobang(buf_T *buf);
18 int curbuf_reusable(void); 18 int curbuf_reusable(void);
19 buf_T *buflist_new(char_u *ffname, char_u *sfname, linenr_T lnum, int flags); 19 buf_T *buflist_new(char_u *ffname_arg, char_u *sfname_arg, linenr_T lnum, int flags);
20 void free_buf_options(buf_T *buf, int free_p_ff); 20 void free_buf_options(buf_T *buf, int free_p_ff);
21 int buflist_getfile(int n, linenr_T lnum, int options, int forceit); 21 int buflist_getfile(int n, linenr_T lnum, int options, int forceit);
22 void buflist_getfpos(void); 22 void buflist_getfpos(void);
23 buf_T *buflist_findname_exp(char_u *fname); 23 buf_T *buflist_findname_exp(char_u *fname);
24 buf_T *buflist_findname(char_u *ffname); 24 buf_T *buflist_findname(char_u *ffname);
29 void get_winopts(buf_T *buf); 29 void get_winopts(buf_T *buf);
30 pos_T *buflist_findfpos(buf_T *buf); 30 pos_T *buflist_findfpos(buf_T *buf);
31 linenr_T buflist_findlnum(buf_T *buf); 31 linenr_T buflist_findlnum(buf_T *buf);
32 void buflist_list(exarg_T *eap); 32 void buflist_list(exarg_T *eap);
33 int buflist_name_nr(int fnum, char_u **fname, linenr_T *lnum); 33 int buflist_name_nr(int fnum, char_u **fname, linenr_T *lnum);
34 int setfname(buf_T *buf, char_u *ffname, char_u *sfname, int message); 34 int setfname(buf_T *buf, char_u *ffname_arg, char_u *sfname_arg, int message);
35 void buf_set_name(int fnum, char_u *name); 35 void buf_set_name(int fnum, char_u *name);
36 void buf_name_changed(buf_T *buf); 36 void buf_name_changed(buf_T *buf);
37 buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum); 37 buf_T *setaltfname(char_u *ffname, char_u *sfname, linenr_T lnum);
38 char_u *getaltfname(int errmsg); 38 char_u *getaltfname(int errmsg);
39 int buflist_add(char_u *fname, int flags); 39 int buflist_add(char_u *fname, int flags);