vfs_fruit: pass handle to ad_fset()
[metze/samba-autobuild/.git] / source3 / modules / vfs_posixacl.h
index b64bdb280abe231b8f7ab2dcb150ccb82f9b443c..9cd3160f345dbfc70fd38e9140843787302d4e3d 100644 (file)
@@ -22,7 +22,7 @@
 #define __VFS_POSIXACL_H__
 
 SMB_ACL_T posixacl_sys_acl_get_file(vfs_handle_struct *handle,
-                                   const char *path_p,
+                                   const struct smb_filename *smb_fname,
                                    SMB_ACL_TYPE_T type,
                                    TALLOC_CTX *mem_ctx);
 
@@ -31,7 +31,7 @@ SMB_ACL_T posixacl_sys_acl_get_fd(vfs_handle_struct *handle,
                                  TALLOC_CTX *mem_ctx);
 
 int posixacl_sys_acl_set_file(vfs_handle_struct *handle,
-                             const char *name,
+                             const struct smb_filename *smb_fname,
                              SMB_ACL_TYPE_T type,
                              SMB_ACL_T theacl);