selftest/Samba4: make use of get_cmd_env_vars() to setup all relevant env variables
[samba.git] / source3 / modules / vfs_posixacl.h
index 50e7c480e974acada2d1f33e010cef54db272b44..91166ed6452eabaf785a0b90e0350b8c6c44b0be 100644 (file)
 #ifndef __VFS_POSIXACL_H__
 #define __VFS_POSIXACL_H__
 
-SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle,
-                                   const struct smb_filename *smb_fname,
-                                   SMB_ACL_TYPE_T type,
-                                   TALLOC_CTX *mem_ctx);
-
 SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle,
                                  files_struct *fsp,
                                  SMB_ACL_TYPE_T type,
                                  TALLOC_CTX *mem_ctx);
 
-int posixacl_sys_acl_set_file(vfs_handle_struct *handle,
-                             const struct smb_filename *smb_fname,
-                             SMB_ACL_TYPE_T type,
-                             SMB_ACL_T theacl);
-
 int posixacl_sys_acl_set_fd(vfs_handle_struct *handle,
                            files_struct *fsp,
                            SMB_ACL_TYPE_T type,