diff options
author | Thomas Wienecke <wienecke.t@gmail.com> | 2014-03-14 21:54:08 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-15 11:50:22 -0300 |
commit | c83e8b4dc74ba010e0279b67ef8ffa14103d89f6 (patch) | |
tree | 9969fbde12651043e0986c838c3f21ba924e579d /src/os_unix.h | |
parent | 1f578ec5a1baa75b557af2261518d9fb8aee488b (diff) | |
download | rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.gz rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.tar.bz2 rneovim-c83e8b4dc74ba010e0279b67ef8ffa14103d89f6.zip |
Move and refactor mch_[gs]etperm to os/fs module.
Diffstat (limited to 'src/os_unix.h')
-rw-r--r-- | src/os_unix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os_unix.h b/src/os_unix.h index 4db402c1e8..cc3eb4607a 100644 --- a/src/os_unix.h +++ b/src/os_unix.h @@ -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); |