summaryrefslogtreecommitdiff
path: root/src/proto/os_win32.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2015-11-10 20:52:04 +0100
committerBram Moolenaar <Bram@vim.org>2015-11-10 20:52:04 +0100
commitcd1c55f706c2f9b8310b8a9fc1f8226c7fd19372 (patch)
tree026d83efd01b1ec77412567b7984320849da4a76 /src/proto/os_win32.pro
parenta93f975e8b39d7cfc8145dbe181cc4e5e4ec0bdf (diff)
downloadvim-git-cd1c55f706c2f9b8310b8a9fc1f8226c7fd19372.tar.gz
patch 7.4.921v7.4.921
Problem: Missing proto file update. (Randall W. Morris) Solution: Add the missing line for mch_ishidden.
Diffstat (limited to 'src/proto/os_win32.pro')
-rw-r--r--src/proto/os_win32.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/os_win32.pro b/src/proto/os_win32.pro
index cbabe3a9f..1431f69da 100644
--- a/src/proto/os_win32.pro
+++ b/src/proto/os_win32.pro
@@ -19,6 +19,7 @@ int mch_dirname __ARGS((char_u *buf, int len));
long mch_getperm __ARGS((char_u *name));
int mch_setperm __ARGS((char_u *name, long perm));
void mch_hide __ARGS((char_u *name));
+int mch_ishidden __ARGS((char_u *name));
int mch_isdir __ARGS((char_u *name));
int mch_mkdir __ARGS((char_u *name));
int mch_is_hard_link __ARGS((char_u *fname));