From 7464b07c225629b3969cfdcd135f4ac1fa0b7a0b Mon Sep 17 00:00:00 2001 From: John Schmidt Date: Mon, 31 Mar 2014 00:51:46 +0200 Subject: Move mch_expandpath from os_unix.c --- src/os_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/os_unix.h') diff --git a/src/os_unix.h b/src/os_unix.h index 6b35d6822b..7a3812dc5b 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -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); -- cgit