comparison src/proto/buffer.pro @ 961:c06c658691e2 v7.0.087

updated for version 7.0-087
author vimboss
date Tue, 05 Sep 2006 14:31:54 +0000
parents 8cd729851562
children c82da8beb64a
comparison
equal deleted inserted replaced
960:8c8d07318d8d 961:c06c658691e2
8 extern void handle_swap_exists __ARGS((buf_T *old_curbuf)); 8 extern void handle_swap_exists __ARGS((buf_T *old_curbuf));
9 extern char_u *do_bufdel __ARGS((int command, char_u *arg, int addr_count, int start_bnr, int end_bnr, int forceit)); 9 extern char_u *do_bufdel __ARGS((int command, char_u *arg, int addr_count, int start_bnr, int end_bnr, int forceit));
10 extern int do_buffer __ARGS((int action, int start, int dir, int count, int forceit)); 10 extern int do_buffer __ARGS((int action, int start, int dir, int count, int forceit));
11 extern void set_curbuf __ARGS((buf_T *buf, int action)); 11 extern void set_curbuf __ARGS((buf_T *buf, int action));
12 extern void enter_buffer __ARGS((buf_T *buf)); 12 extern void enter_buffer __ARGS((buf_T *buf));
13 extern void do_autochdir __ARGS((void));
13 extern buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags)); 14 extern buf_T *buflist_new __ARGS((char_u *ffname, char_u *sfname, linenr_T lnum, int flags));
14 extern void free_buf_options __ARGS((buf_T *buf, int free_p_ff)); 15 extern void free_buf_options __ARGS((buf_T *buf, int free_p_ff));
15 extern int buflist_getfile __ARGS((int n, linenr_T lnum, int options, int forceit)); 16 extern int buflist_getfile __ARGS((int n, linenr_T lnum, int options, int forceit));
16 extern void buflist_getfpos __ARGS((void)); 17 extern void buflist_getfpos __ARGS((void));
17 extern buf_T *buflist_findname_exp __ARGS((char_u *fname)); 18 extern buf_T *buflist_findname_exp __ARGS((char_u *fname));