aboutsummaryrefslogtreecommitdiff
path: root/src/path.h
diff options
context:
space:
mode:
authorJohn Schmidt <john.schmidt.h@gmail.com>2014-03-31 16:42:14 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-01 08:08:08 -0300
commit7ec4d478eb619e298cb0715d9ffb068d077df098 (patch)
treefc3e7edbc6b26407332d06c51b6aa3da17fc7460 /src/path.h
parent35e737e63c5c57a0ec0b52f86a81cbf94fd32bcd (diff)
downloadrneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.tar.gz
rneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.tar.bz2
rneovim-7ec4d478eb619e298cb0715d9ffb068d077df098.zip
Move match_suffix from misc1.c
Diffstat (limited to 'src/path.h')
-rw-r--r--src/path.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h
index a872d7a413..c18ea59d13 100644
--- a/src/path.h
+++ b/src/path.h
@@ -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