src/server/daemon/acl.h

changeset 73
79fa26ecd135
parent 63
66442f81f823
child 211
2160585200ac
equal deleted inserted replaced
72:9b888965f3ee 73:79fa26ecd135
47 47
48 48
49 // file system acl functions 49 // file system acl functions
50 50
51 int fs_acl_check(SysACL *acl, User *user, char *path, uint32_t access_mask); 51 int fs_acl_check(SysACL *acl, User *user, char *path, uint32_t access_mask);
52 void fs_acl_finish();
52 53
53 #ifdef __cplusplus 54 #ifdef __cplusplus
54 } 55 }
55 #endif 56 #endif
56 57

mercurial