s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * instead...
[kai/samba-autobuild/.git] / source3 / modules / posixacl_xattr.h
index 8751692f5715a3ccadbc7df2320ffd2bae18ec51..70962dd3115864734cba434a565c62cd2cddb805 100644 (file)
@@ -31,7 +31,7 @@ SMB_ACL_T posixacl_xattr_acl_get_fd(vfs_handle_struct *handle,
                                    TALLOC_CTX *mem_ctx);
 
 int posixacl_xattr_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);