Move pathcmp from misc2.c

This commit is contained in:
John Schmidt
2014-03-31 00:43:55 +02:00
committed by Thiago de Arruda
parent 2a6df95fb5
commit 7034903591
4 changed files with 68 additions and 68 deletions

View File

@@ -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