Port mch_isdir to libuv.

This commit is contained in:
Thomas Wienecke
2014-03-04 20:50:48 +01:00
committed by Thiago de Arruda
parent 1e5a6acebd
commit 8bb672e6a0
10 changed files with 26 additions and 22 deletions

View File

@@ -37,7 +37,6 @@ vim_acl_T mch_get_acl(char_u *fname);
void mch_set_acl(char_u *fname, vim_acl_T aclent);
void mch_free_acl(vim_acl_T aclent);
void mch_hide(char_u *name);
int mch_isdir(char_u *name);
int mch_can_exe(char_u *name);
int mch_nodetype(char_u *name);
void mch_early_init(void);