Move expand_wildcards{,_eval} from misc1.c

This commit is contained in:
John Schmidt
2014-03-31 16:23:01 +02:00
committed by Thiago de Arruda
parent d31e598895
commit 35e737e63c
4 changed files with 114 additions and 114 deletions

View File

@@ -39,4 +39,9 @@ char_u *shorten_fname1(char_u *full_path);
char_u *shorten_fname(char_u *full_path, char_u *dir_name);
void shorten_fnames(int force);
void shorten_filenames(char_u **fnames, int count);
int expand_wildcards_eval(char_u **pat, int *num_file, char_u ***file,
int flags);
int expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u *
**file,
int flags);
#endif