Move after_pathsep from misc2.c

This commit is contained in:
John Schmidt
2014-03-31 00:39:11 +02:00
committed by Thiago de Arruda
parent 2cb026c65c
commit e29e956348
4 changed files with 12 additions and 12 deletions

View File

@@ -31,4 +31,5 @@ int path_with_url(char_u *fname);
int vim_isAbsName(char_u *name);
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);
#endif