summaryrefslogtreecommitdiffstats
path: root/source/modules
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2007-07-24 08:04:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:28:56 -0500
commit0add4e9478afd9b20205f572a485b450a669c275 (patch)
treec411fc4f65f4db3746289a2bce8c7c5153b80dc9 /source/modules
parentc30835b4f0416b2b2b7d77d31b0fca0606f2387a (diff)
downloadsamba-0add4e9478afd9b20205f572a485b450a669c275.tar.gz
samba-0add4e9478afd9b20205f572a485b450a669c275.tar.xz
samba-0add4e9478afd9b20205f572a485b450a669c275.zip
r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
fixed prototype metze
Diffstat (limited to 'source/modules')
-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 1d53e9a620e..b8baa83e78d 100644
--- a/source/modules/nfs4_acls.h
+++ b/source/modules/nfs4_acls.h
@@ -137,7 +137,7 @@ size_t smb_get_nt_acl_nfs4(files_struct *fsp,
* when applicable */
typedef BOOL (*set_nfs4acl_native_fn_t)(files_struct *, SMB4ACL_T *);
-BOOL smb_set_nt_acl_nfs4(files_struct *fsp,
+NTSTATUS smb_set_nt_acl_nfs4(files_struct *fsp,
uint32 security_info_sent,
SEC_DESC *psd,
set_nfs4acl_native_fn_t set_nfs4_native);