Move and refactor mch_[gs]etperm to os/fs module.

This commit is contained in:
Thomas Wienecke
2014-03-14 21:54:08 +01:00
committed by Thiago de Arruda
parent 1f578ec5a1
commit c83e8b4dc7
5 changed files with 43 additions and 46 deletions

View File

@@ -28,8 +28,6 @@ void mch_get_host_name(char_u *s, int len);
long mch_get_pid(void);
void slash_adjust(char_u *p);
void fname_case(char_u *name, int len);
long mch_getperm(char_u *name);
int mch_setperm(char_u *name, long perm);
void mch_copy_sec(char_u *from_file, char_u *to_file);
vim_acl_T mch_get_acl(char_u *fname);
void mch_set_acl(char_u *fname, vim_acl_T aclent);