Move simplify_filename from tag.c

This commit is contained in:
John Schmidt
2014-03-30 22:25:59 +02:00
committed by Thiago de Arruda
parent 7fd140b99a
commit f5082d0a70
4 changed files with 170 additions and 170 deletions

View File

@@ -22,4 +22,5 @@ char_u *get_past_head(char_u *path);
char_u *concat_str(char_u *str1, char_u *str2);
void add_pathsep(char_u *p);
char_u *FullName_save(char_u *fname, int force);
void simplify_filename(char_u *filename);
#endif