diff options
Diffstat (limited to 'src/proto/os_vms.pro')
-rw-r--r-- | src/proto/os_vms.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proto/os_vms.pro b/src/proto/os_vms.pro index ccae9818f..c1cfd4442 100644 --- a/src/proto/os_vms.pro +++ b/src/proto/os_vms.pro @@ -12,5 +12,5 @@ int mch_expand_wildcards(int num_pat, char_u **pat, int *num_file, char_u ***fil int mch_expandpath(garray_T *gap, char_u *path, int flags); void *vms_fixfilename(void *instring); void vms_remove_version(void *fname); -int RealWaitForChar(int fd, long msec, int *check_for_gpm); +int RealWaitForChar(int fd, long msec, int *check_for_gpm, int *interrupted); /* vim: set ft=c : */ |