diff options
Diffstat (limited to 'src/os/os.h')
-rw-r--r-- | src/os/os.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/os/os.h b/src/os/os.h index 0d64f489cd..5a8c8fc005 100644 --- a/src/os/os.h +++ b/src/os/os.h @@ -17,5 +17,7 @@ int mch_get_usernames(garray_T *usernames); int mch_get_user_name(char *s, size_t len); int mch_get_uname(uid_t uid, char *s, size_t len); char *mch_get_user_directory(const char *name); +long mch_getperm(const char_u *name); +int mch_setperm(const char_u *name, int perm); #endif |