summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2008-12-30 17:17:24 -0800
committerTim Prouty <tprouty@samba.org>2009-01-11 22:13:36 -0800
commit5c48ba6563ff025037b9337d34b9aa13de610fba (patch)
treee24789f5a1f0ed1fad8fe76b072148c23661be01 /source3/modules/onefs.h
parentce5eded7e03d86d5d7f2ee1a9d975fae116d2306 (diff)
downloadsamba-5c48ba6563ff025037b9337d34b9aa13de610fba.tar.gz
samba-5c48ba6563ff025037b9337d34b9aa13de610fba.tar.bz2
samba-5c48ba6563ff025037b9337d34b9aa13de610fba.zip
s3: General cleanup of the open path in the OneFS vfs module
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 8d0f45abdb..884f141661 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -80,8 +80,8 @@ NTSTATUS onefs_fset_nt_acl(vfs_handle_struct *handle, files_struct *fsp,
/*
* Utility functions
*/
-NTSTATUS onefs_setup_sd(uint32 security_info_sent, SEC_DESC *psd,
- struct ifs_security_descriptor *sd);
+NTSTATUS onefs_samba_sd_to_sd(uint32 security_info_sent, SEC_DESC *psd,
+ struct ifs_security_descriptor *sd);
/*
* System Interfaces