summaryrefslogtreecommitdiff
path: root/source3/modules/onefs.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-07-06 15:44:09 -0700
committerTim Prouty <tprouty@samba.org>2009-07-07 21:33:48 -0700
commitdad913118344922139401ee5afaec8f3e68e05dd (patch)
treea41532995bb4a6cd759108d26b86c35603a96211 /source3/modules/onefs.h
parent7ca59ffe5a6608ac865e6fe403b17638af09595a (diff)
downloadsamba-dad913118344922139401ee5afaec8f3e68e05dd.tar.gz
s3 onefs: Fix a few bugs from the smb_filename migration
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r--source3/modules/onefs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h
index 88ba5a93f6a..e0e463778ce 100644
--- a/source3/modules/onefs.h
+++ b/source3/modules/onefs.h
@@ -72,7 +72,8 @@ int onefs_fstat(vfs_handle_struct *handle, struct files_struct *fsp,
int onefs_lstat(vfs_handle_struct *handle, struct smb_filename *smb_fname);
-int onefs_unlink(vfs_handle_struct *handle, const char *path);
+int onefs_unlink(vfs_handle_struct *handle,
+ const struct smb_filename *smb_fname);
NTSTATUS onefs_streaminfo(vfs_handle_struct *handle,
struct files_struct *fsp,
@@ -81,7 +82,8 @@ NTSTATUS onefs_streaminfo(vfs_handle_struct *handle,
unsigned int *num_streams,
struct stream_struct **streams);
-int onefs_vtimes_streams(vfs_handle_struct *handle, const char *fname,
+int onefs_vtimes_streams(vfs_handle_struct *handle,
+ const struct smb_filename *smb_fname,
int flags, struct timespec times[3]);
NTSTATUS onefs_brl_lock_windows(vfs_handle_struct *handle,