diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-12-02 16:14:36 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-12-02 16:14:36 +0000 |
commit | d7834d306573ac35b5c208554b23cc027fa01404 (patch) | |
tree | bfab0c625448a4be41e8fc07e154234fcc310a0e /src/proto/misc1.pro | |
parent | 243973325e2b44a3c13234d11138a5b451794fd3 (diff) | |
download | vim-git-d7834d306573ac35b5c208554b23cc027fa01404.tar.gz |
updated for version 7.2-313v7.2.313
Diffstat (limited to 'src/proto/misc1.pro')
-rw-r--r-- | src/proto/misc1.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/misc1.pro b/src/proto/misc1.pro index a54b8b569..a036e3ea2 100644 --- a/src/proto/misc1.pro +++ b/src/proto/misc1.pro @@ -85,6 +85,7 @@ void preserve_exit __ARGS((void)); int vim_fexists __ARGS((char_u *fname)); void line_breakcheck __ARGS((void)); void fast_breakcheck __ARGS((void)); +int expand_wildcards_eval __ARGS((char_u **pat, int *num_file, char_u ***file, int flags)); int expand_wildcards __ARGS((int num_pat, char_u **pat, int *num_file, char_u ***file, int flags)); int match_suffix __ARGS((char_u *fname)); int unix_expandpath __ARGS((garray_T *gap, char_u *path, int wildoff, int flags, int didstar)); |