summaryrefslogtreecommitdiff
path: root/source3/modules/nfs4_acls.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2007-11-12 12:48:29 +0100
committerMichael Adam <obnox@samba.org>2007-11-13 15:49:40 +0100
commit7559fc08c26c01e06cc3ed2feb6fdab0486a48c9 (patch)
tree0441f95865686cb8a2380881f4e4c561f85b961d /source3/modules/nfs4_acls.h
parent15953b82eb3b49d736b4b835b1d0d3cf0da0bff8 (diff)
downloadsamba-7559fc08c26c01e06cc3ed2feb6fdab0486a48c9.tar.gz
samba-7559fc08c26c01e06cc3ed2feb6fdab0486a48c9.tar.bz2
samba-7559fc08c26c01e06cc3ed2feb6fdab0486a48c9.zip
Fix the build: correct prototype.
Adapt prototype of smb_get_nt_acl_nfs4() in the header file, too. Michael (This used to be commit a2949fd7a567ba3357024c9e4a8429733009dde4)
Diffstat (limited to 'source3/modules/nfs4_acls.h')
-rw-r--r--source3/modules/nfs4_acls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h
index 08c205982c..ceb66ec094 100644
--- a/source3/modules/nfs4_acls.h
+++ b/source3/modules/nfs4_acls.h
@@ -129,7 +129,7 @@ SMB4ACE_T *smb_next_ace4(SMB4ACE_T *ace);
uint32 smb_get_naces(SMB4ACL_T *acl);
-size_t smb_get_nt_acl_nfs4(files_struct *fsp,
+NTSTATUS smb_get_nt_acl_nfs4(files_struct *fsp,
uint32 security_info,
SEC_DESC **ppdesc, SMB4ACL_T *acl);