selftest/Samba4: make use of get_cmd_env_vars() to setup all relevant env variables
[samba.git] / source3 / modules / vfs_solarisacl.h
index 9debe4feea9bcdd728441032a80786670c4349c5..54d538c25a8402f0f699c1dc135f5cd380701a0a 100644 (file)
@@ -27,20 +27,14 @@ SMB_ACL_T solarisacl_sys_acl_get_file(vfs_handle_struct *handle,
 
 SMB_ACL_T solarisacl_sys_acl_get_fd(vfs_handle_struct *handle,
                                    files_struct *fsp, 
+                                   SMB_ACL_TYPE_T type,
                                    TALLOC_CTX *mem_ctx);
 
-int solarisacl_sys_acl_set_file(vfs_handle_struct *handle,
-                               const struct smb_filename *smb_fname,
-                               SMB_ACL_TYPE_T type,
-                               SMB_ACL_T theacl);
-
 int solarisacl_sys_acl_set_fd(vfs_handle_struct *handle,
                              files_struct *fsp,
+                             SMB_ACL_TYPE_T type,
                              SMB_ACL_T theacl);
 
-int solarisacl_sys_acl_delete_def_file(vfs_handle_struct *handle,
-                               const struct smb_filename *smb_fname);
-
 int solarisacl_sys_acl_delete_def_fd(vfs_handle_struct *handle,
                                files_struct *fsp);