diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-12-19 22:14:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-12-19 22:14:58 +0000 |
commit | a9b1e74b5d1d59c0a071ccacfe9aaaca9b4a5cca (patch) | |
tree | d8f04d72858166b819689774455b575e601aa958 /src/proto/fileio.pro | |
parent | 195d6357b436fb62459e5a352460d85e329347bb (diff) | |
download | vim-git-a9b1e74b5d1d59c0a071ccacfe9aaaca9b4a5cca.tar.gz |
updated for version 7.0174
Diffstat (limited to 'src/proto/fileio.pro')
-rw-r--r-- | src/proto/fileio.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/fileio.pro b/src/proto/fileio.pro index 4348d36c9..816de42cb 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -41,7 +41,7 @@ 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)); -int au_exists __ARGS((char_u *name, char_u *name_end, char_u *pattern)); +int au_exists __ARGS((char_u *arg)); int match_file_pat __ARGS((char_u *pattern, regprog_T *prog, char_u *fname, char_u *sfname, char_u *tail, int allow_dirs)); int match_file_list __ARGS((char_u *list, char_u *sfname, char_u *ffname)); char_u *file_pat_to_reg_pat __ARGS((char_u *pat, char_u *pat_end, char *allow_dirs, int no_bslash)); |