diff options
Diffstat (limited to 'src/proto/findfile.pro')
-rw-r--r-- | src/proto/findfile.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/findfile.pro b/src/proto/findfile.pro index 3c2419a43..bffc1242a 100644 --- a/src/proto/findfile.pro +++ b/src/proto/findfile.pro @@ -15,4 +15,5 @@ int vim_ispathlistsep(int c); void uniquefy_paths(garray_T *gap, char_u *pattern); int expand_in_path(garray_T *gap, char_u *pattern, int flags); void simplify_filename(char_u *filename); +void f_simplify(typval_T *argvars, typval_T *rettv); /* vim: set ft=c : */ |