diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-02-02 23:04:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-02-02 23:04:36 +0000 |
commit | 748bf0374b1dd63e7e3157237185030c47ae0c2c (patch) | |
tree | 67f9fa6429374750997486af9d50cfe75217002a /src/proto | |
parent | 24c088a284f8759c62fd47870411a836f02da99d (diff) | |
download | vim-748bf0374b1dd63e7e3157237185030c47ae0c2c.zip |
updated for version 7.0047
Diffstat (limited to 'src/proto')
-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 d7c80956c..68594ba8f 100644 --- a/src/proto/fileio.pro +++ b/src/proto/fileio.pro @@ -38,7 +38,7 @@ 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 match_file_pat __ARGS((char_u *pattern, char_u *fname, char_u *sfname, char_u *tail, int allow_dirs)); +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)); /* vim: set ft=c : */ |