summaryrefslogtreecommitdiff
path: root/source4/include/ntvfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/ntvfs.h')
-rw-r--r--source4/include/ntvfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/include/ntvfs.h b/source4/include/ntvfs.h
index edec2a7e53..2b1f519b32 100644
--- a/source4/include/ntvfs.h
+++ b/source4/include/ntvfs.h
@@ -44,7 +44,7 @@ struct ntvfs_ops {
NTSTATUS (*open)(struct request_context *req, union smb_open *oi);
NTSTATUS (*mkdir)(struct request_context *req, union smb_mkdir *md);
NTSTATUS (*rmdir)(struct request_context *req, struct smb_rmdir *rd);
- NTSTATUS (*rename)(struct request_context *req, struct smb_rename *ren);
+ NTSTATUS (*rename)(struct request_context *req, union smb_rename *ren);
NTSTATUS (*copy)(struct request_context *req, struct smb_copy *cp);
/* directory search */