diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-31 16:23:01 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-01 08:08:07 -0300 |
commit | 35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd (patch) | |
tree | 094ad5b632e0407567cec83b0ccff97fe2940a12 /src/misc1.h | |
parent | d31e5988959c116db7130799f692750f08ae8d9b (diff) | |
download | rneovim-35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd.tar.gz rneovim-35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd.tar.bz2 rneovim-35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd.zip |
Move expand_wildcards{,_eval} from misc1.c
Diffstat (limited to 'src/misc1.h')
-rw-r--r-- | src/misc1.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/misc1.h b/src/misc1.h index ab793082c9..b037b64bc7 100644 --- a/src/misc1.h +++ b/src/misc1.h @@ -67,11 +67,6 @@ void prepare_to_exit(void); void preserve_exit(void); void line_breakcheck(void); void fast_breakcheck(void); -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); int match_suffix(char_u *fname); char_u *get_cmd_output(char_u *cmd, char_u *infile, int flags); void FreeWild(int count, char_u **files); |