summaryrefslogtreecommitdiffstats
path: root/src/proto/filepath.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/filepath.pro')
-rw-r--r--src/proto/filepath.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/filepath.pro b/src/proto/filepath.pro
index fd8de80379..53fa4ec3ff 100644
--- a/src/proto/filepath.pro
+++ b/src/proto/filepath.pro
@@ -1,5 +1,5 @@
/* filepath.c */
-int modify_fname(char_u *src, int tilde_file, int *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen);
+int modify_fname(char_u *src, int tilde_file, size_t *usedlen, char_u **fnamep, char_u **bufp, int *fnamelen);
void shorten_dir(char_u *str);
int file_is_readable(char_u *fname);
void f_chdir(typval_T *argvars, typval_T *rettv);