summaryrefslogtreecommitdiffstats
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r--src/proto/os_win32.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index 22e0380af9..d2f5d089af 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -48,7 +48,7 @@ extern int mch_copy_file_attribute __ARGS((char_u *from, char_u *to));
extern int myresetstkoflw __ARGS((void));
extern int get_cmd_argsW __ARGS((char ***argvp));
extern void free_cmd_argsW __ARGS((void));
-extern void used_file_arg __ARGS((char *name, int literal, int full_path));
+extern void used_file_arg __ARGS((char *name, int literal, int full_path, int diff_mode));
extern void set_alist_count __ARGS((void));
extern void fix_arg_enc __ARGS((void));
/* vim: set ft=c : */