summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_aixacl_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/modules/vfs_aixacl_util.h')
-rw-r--r--source3/modules/vfs_aixacl_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/vfs_aixacl_util.h b/source3/modules/vfs_aixacl_util.h
index 2447252eba..e283a3d1d4 100644
--- a/source3/modules/vfs_aixacl_util.h
+++ b/source3/modules/vfs_aixacl_util.h
@@ -17,6 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl);
+SMB_ACL_T aixacl_to_smbacl( struct acl *file_acl, TALLOC_CTX *mem_ctx);
struct acl *aixacl_smb_to_aixacl(SMB_ACL_TYPE_T acltype, SMB_ACL_T theacl);