diff options
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 cf46b0f02f..a126d1a67e 100644 --- a/src/path.h +++ b/src/path.h @@ -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 |