Move match_suffix from misc1.c

This commit is contained in:
John Schmidt
2014-03-31 16:42:14 +02:00
committed by Thiago de Arruda
parent 35e737e63c
commit 7ec4d478eb
4 changed files with 34 additions and 34 deletions

View File

@@ -44,4 +44,5 @@ int expand_wildcards_eval(char_u **pat, int *num_file, char_u ***file,
int expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u *
**file,
int flags);
int match_suffix(char_u *fname);
#endif