Move mch_expandpath from os_unix.c

This commit is contained in:
John Schmidt
2014-03-31 00:51:46 +02:00
committed by Thiago de Arruda
parent 7034903591
commit 7464b07c22
4 changed files with 17 additions and 17 deletions

View File

@@ -46,7 +46,6 @@ int mch_get_shellsize(void);
void mch_set_shellsize(void);
void mch_new_shellsize(void);
int mch_call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg);
int mch_expandpath(garray_T *gap, char_u *path, int flags);
int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file,
char_u ***file,
int flags);