From 2df2d1b67f9bf2907f452688b2c54b73052cfb49 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Nov 2004 04:51:57 +0000 Subject: r3461: another place where "open" was used as a structure element (This used to be commit 1087ea830e7aead86d54a1836512e88554afc919) --- source4/ntvfs/ntvfs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/ntvfs/ntvfs.h') diff --git a/source4/ntvfs/ntvfs.h b/source4/ntvfs/ntvfs.h index 04e9b871c7..5e7088018b 100644 --- a/source4/ntvfs/ntvfs.h +++ b/source4/ntvfs/ntvfs.h @@ -51,7 +51,7 @@ struct ntvfs_ops { struct smbsrv_request *req, union smb_fileinfo *st); NTSTATUS (*setpathinfo)(struct ntvfs_module_context *ntvfs, struct smbsrv_request *req, union smb_setfileinfo *st); - NTSTATUS (*open)(struct ntvfs_module_context *ntvfs, + NTSTATUS (*openfile)(struct ntvfs_module_context *ntvfs, struct smbsrv_request *req, union smb_open *oi); NTSTATUS (*mkdir)(struct ntvfs_module_context *ntvfs, struct smbsrv_request *req, union smb_mkdir *md); -- cgit