Author: vlendec Date: 2007-07-24 11:52:38 +0000 (Tue, 24 Jul 2007) New Revision: 24035
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=24035 Log: merge from http://samba.org/~tridge/samba_3_2_ctdb/: fixed prototype Modified: branches/SAMBA_3_0_25/source/modules/nfs4_acls.h Changeset: Modified: branches/SAMBA_3_0_25/source/modules/nfs4_acls.h =================================================================== --- branches/SAMBA_3_0_25/source/modules/nfs4_acls.h 2007-07-24 11:50:54 UTC (rev 24034) +++ branches/SAMBA_3_0_25/source/modules/nfs4_acls.h 2007-07-24 11:52:38 UTC (rev 24035) @@ -138,7 +138,7 @@ * 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);
