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/misc2.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/misc2.h')
-rw-r--r-- | src/misc2.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc2.h b/src/misc2.h index 44c0a8be0f..66971c4d4f 100644 --- a/src/misc2.h +++ b/src/misc2.h @@ -72,7 +72,6 @@ int vim_chdirfile(char_u *fname); int illegal_slash(char *name); int vim_chdir(char_u *new_dir); void sort_strings(char_u **files, int count); -int pathcmp(const char *p, const char *q, int maxlen); int filewritable(char_u *fname); int emsg3(char_u *s, char_u *a1, char_u *a2); int emsgn(char_u *s, long n); |