summaryrefslogtreecommitdiffstats
path: root/source/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
commita2949fd7a567ba3357024c9e4a8429733009dde4 (patch)
tree24e572f4367ddd969bb1b7afbfa3fc31a6570779 /source/modules/nfs4_acls.h
parentdcbe1bf942d017a3cd5084c6ef605a13912f795b (diff)
downloadsamba-a2949fd7a567ba3357024c9e4a8429733009dde4.tar.gz
samba-a2949fd7a567ba3357024c9e4a8429733009dde4.tar.xz
samba-a2949fd7a567ba3357024c9e4a8429733009dde4.zip
Fix the build: correct prototype.
Adapt prototype of smb_get_nt_acl_nfs4() in the header file, too. Michael
Diffstat (limited to 'source/modules/nfs4_acls.h')
-rw-r--r--source/modules/nfs4_acls.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/modules/nfs4_acls.h b/source/modules/nfs4_acls.h
index 08c205982c2..ceb66ec0946 100644
--- a/source/modules/nfs4_acls.h
+++ b/source/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);