diff src/proto/os_vms.pro @ 10328:299f1669c20e v8.0.0059

commit https://github.com/vim/vim/commit/de5e2c219b99895445fb75ae3541ee69282a5846 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 4 20:35:31 2016 +0100 patch 8.0.0059 Problem: Vim does not build on VMS systems. Solution: Various changes for VMS. (Zoltan Arpadffy)
author Christian Brabandt <cb@256bit.org>
date Fri, 04 Nov 2016 20:45:04 +0100
parents 21b0a39d13ed
children d4b2a8675b78
line wrap: on
line diff
--- a/src/proto/os_vms.pro
+++ b/src/proto/os_vms.pro
@@ -12,5 +12,5 @@ int mch_expand_wildcards(int num_pat, ch
 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 : */