From b5bf5b8fae9ff5e2f7704686efae2814be1e18f7 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Fri, 24 Dec 2004 14:35:23 +0000 Subject: updated for version 7.0024 --- src/proto/fileio.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/proto/fileio.pro') diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index a2fb7b4008..c3a872c587 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -20,6 +20,7 @@ void write_lnum_adjust __ARGS((linenr_T offset)); void vim_deltempdir __ARGS((void)); char_u *vim_tempname __ARGS((int extra_char)); void forward_slash __ARGS((char_u *fname)); +void aubuflocal_remove __ARGS((buf_T *buf)); void do_augroup __ARGS((char_u *arg, int del_group)); int check_ei __ARGS((void)); void do_autocmd __ARGS((char_u *arg, int forceit)); @@ -30,7 +31,7 @@ void aucmd_restbuf __ARGS((aco_save_T *aco)); int apply_autocmds __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf)); int apply_autocmds_retval __ARGS((EVENT_T event, char_u *fname, char_u *fname_io, int force, buf_T *buf, int *retval)); int has_cursorhold __ARGS((void)); -int has_autocmd __ARGS((EVENT_T event, char_u *sfname)); +int has_autocmd __ARGS((EVENT_T event, char_u *sfname, buf_T *buf)); char_u *get_augroup_name __ARGS((expand_T *xp, int idx)); char_u *set_context_in_autocmd __ARGS((expand_T *xp, char_u *arg, int doautocmd)); char_u *get_event_name __ARGS((expand_T *xp, int idx)); -- cgit v1.2.3