diff options
Diffstat (limited to 'source3/modules/onefs.h')
-rw-r--r-- | source3/modules/onefs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/modules/onefs.h b/source3/modules/onefs.h index 6cb8036e85..0c39a282d4 100644 --- a/source3/modules/onefs.h +++ b/source3/modules/onefs.h @@ -61,8 +61,9 @@ NTSTATUS onefs_create_file(vfs_handle_struct *handle, int onefs_close(vfs_handle_struct *handle, struct files_struct *fsp); -int onefs_rename(vfs_handle_struct *handle, const char *oldname, - const char *newname); +int onefs_rename(vfs_handle_struct *handle, + const struct smb_filename *smb_fname_src, + const struct smb_filename *smb_fname_dst); int onefs_stat(vfs_handle_struct *handle, struct smb_filename *smb_fname); |