summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-06-15 12:13:31 -0700
committerTim Prouty <tprouty@samba.org>2009-06-15 14:03:40 -0700
commit6f335036fda47a6903b21287824d88333d1b526f (patch)
tree80651a922b95e70d70550dd91b0b0da99ddc313b /source3/modules/onefs.h
parentefccef09aec93180a06955b5e03f1ceb99dc39e8 (diff)
downloadsamba-6f335036fda47a6903b21287824d88333d1b526f.tar.gz
samba-6f335036fda47a6903b21287824d88333d1b526f.tar.bz2
samba-6f335036fda47a6903b21287824d88333d1b526f.zip
s3 onefs: Change onefs modules to use the new createfile api
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 70f90b5cd5..3e6cd29b51 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -46,8 +46,7 @@ void onefs_init_search_op(struct vfs_handle_struct *handle,
NTSTATUS onefs_create_file(vfs_handle_struct *handle,
struct smb_request *req,
uint16_t root_dir_fid,
- const char *fname,
- uint32_t create_file_flags,
+ struct smb_filename *smb_fname,
uint32_t access_mask,
uint32_t share_access,
uint32_t create_disposition,
@@ -58,8 +57,7 @@ NTSTATUS onefs_create_file(vfs_handle_struct *handle,
struct security_descriptor *sd,
struct ea_list *ea_list,
files_struct **result,
- int *pinfo,
- SMB_STRUCT_STAT *psbuf);
+ int *pinfo);
int onefs_close(vfs_handle_struct *handle, struct files_struct *fsp);