diff options
author | John Schmidt <john.schmidt.h@gmail.com> | 2014-03-31 00:43:55 +0200 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-04-01 08:08:07 -0300 |
commit | 703490359118ecb2f66d3529b57771fd3dcff5b7 (patch) | |
tree | 3b4a65ec6b841fd5cd2f7d5bea0dff12156e8a84 /src/path.h | |
parent | 2a6df95fb533fd451b9b13ec15ae8c1437e048ca (diff) | |
download | rneovim-703490359118ecb2f66d3529b57771fd3dcff5b7.tar.gz rneovim-703490359118ecb2f66d3529b57771fd3dcff5b7.tar.bz2 rneovim-703490359118ecb2f66d3529b57771fd3dcff5b7.zip |
Move pathcmp from misc2.c
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path.h b/src/path.h index 6ccbab9c40..07bd4d5588 100644 --- a/src/path.h +++ b/src/path.h @@ -33,4 +33,5 @@ int vim_FullName(char_u *fname, char_u *buf, int len, int force); char_u *fix_fname(char_u *fname); int after_pathsep(char_u *b, char_u *p); int same_directory(char_u *f1, char_u *f2); +int pathcmp(const char *p, const char *q, int maxlen); #endif |