summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-15 00:46:20 +0100
committerMichael Adam <obnox@samba.org>2007-12-19 23:07:57 +0100
commitc650857fac826697cb1d9441b9ea869b85190d25 (patch)
treef6d91f2c2d79f64ea7245354716dd48d0e87e7fc /source3/modules/nfs4_acls.h
parentcb69a78505854342013f67630bfd38a3c5cd7857 (diff)
downloadsamba-c650857fac826697cb1d9441b9ea869b85190d25.tar.gz
samba-c650857fac826697cb1d9441b9ea869b85190d25.tar.bz2
samba-c650857fac826697cb1d9441b9ea869b85190d25.zip
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
This is the next step in preparation of a get_nt_acl prototype change. Michael (This used to be commit 7afeb1c6cb1bdb58d1e61c54ae215d947d8dc3ea)
Diffstat (limited to 'source3/modules/nfs4_acls.h')
-rw-r--r--source3/modules/nfs4_acls.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h
index ceb66ec094..0f783aa977 100644
--- a/source3/modules/nfs4_acls.h
+++ b/source3/modules/nfs4_acls.h
@@ -129,7 +129,12 @@ SMB4ACE_T *smb_next_ace4(SMB4ACE_T *ace);
uint32 smb_get_naces(SMB4ACL_T *acl);
-NTSTATUS smb_get_nt_acl_nfs4(files_struct *fsp,
+NTSTATUS smb_fget_nt_acl_nfs4(files_struct *fsp,
+ uint32 security_info,
+ SEC_DESC **ppdesc, SMB4ACL_T *acl);
+
+NTSTATUS smb_get_nt_acl_nfs4(connection_struct *conn,
+ const char *name,
uint32 security_info,
SEC_DESC **ppdesc, SMB4ACL_T *acl);