summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-05-12 17:38:10 -0700
committerTim Prouty <tprouty@samba.org>2009-05-12 17:52:00 -0700
commitc2482d6b23f769d8a5fa4141f9540a25c985d7cc (patch)
treeb6bd7fe05ae8da341dc55d56b1bb76329c6661cb /source3/modules/onefs.h
parentc60bb39df355c2ef36e4cfdff69cc348adc6dae1 (diff)
downloadsamba-c2482d6b23f769d8a5fa4141f9540a25c985d7cc.tar.gz
samba-c2482d6b23f769d8a5fa4141f9540a25c985d7cc.tar.bz2
samba-c2482d6b23f769d8a5fa4141f9540a25c985d7cc.zip
s3 onefs: Fix ignore sacl parameter
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index bb7695800e..9d63021f42 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -136,8 +136,9 @@ NTSTATUS onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
* Utility functions
*/
struct ifs_security_descriptor;
-NTSTATUS onefs_samba_sd_to_sd(uint32 security_info_sent, SEC_DESC *psd,
- struct ifs_security_descriptor *sd, int snum);
+NTSTATUS onefs_samba_sd_to_sd(uint32_t security_info_sent, SEC_DESC *psd,
+ struct ifs_security_descriptor *sd, int snum,
+ uint32_t *security_info_effective);
NTSTATUS onefs_split_ntfs_stream_name(TALLOC_CTX *mem_ctx, const char *fname,
char **pbase, char **pstream);