diff options
author | Stefan Metzmacher <metze@samba.org> | 2007-07-24 08:04:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:28:56 -0500 |
commit | 213e178cb047ee67ad6367699cc1f3a822c13d8d (patch) | |
tree | 2b7972a8927f0cad7a8cb4a520c1a75503387321 /source3/modules | |
parent | 8e2aa47b3fb159ce17ea9cd7f8d88a59386c0d84 (diff) | |
download | samba-213e178cb047ee67ad6367699cc1f3a822c13d8d.tar.gz samba-213e178cb047ee67ad6367699cc1f3a822c13d8d.tar.bz2 samba-213e178cb047ee67ad6367699cc1f3a822c13d8d.zip |
r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:
fixed prototype
metze
(This used to be commit 0add4e9478afd9b20205f572a485b450a669c275)
Diffstat (limited to 'source3/modules')
-rw-r--r-- | source3/modules/nfs4_acls.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/modules/nfs4_acls.h b/source3/modules/nfs4_acls.h index 1d53e9a620..b8baa83e78 100644 --- a/source3/modules/nfs4_acls.h +++ b/source3/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); |