mirror of
https://github.com/neovim/neovim.git
synced 2025-09-19 01:38:16 +00:00
Move expand_wildcards{,_eval} from misc1.c
This commit is contained in:

committed by
Thiago de Arruda

parent
d31e598895
commit
35e737e63c
@@ -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
|
||||
|
Reference in New Issue
Block a user