From f861aab464e5344d0be1ea68272db832a25223b5 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 24 Oct 2002 15:45:23 +0000 Subject: Give recycle 3 arguments as required by the VFS interface (patch by metze) (This used to be commit 15b9430d9ce43ba7e08338ab9fab657d6763dc02) --- examples/VFS/recycle.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/VFS/recycle.c b/examples/VFS/recycle.c index a56619af31..b59cb92a28 100644 --- a/examples/VFS/recycle.c +++ b/examples/VFS/recycle.c @@ -84,7 +84,8 @@ static BOOL check_bool_param(const char *value) * * @retval initialised vfs_op_tuple array **/ -vfs_op_tuple *vfs_init(int *vfs_version, struct vfs_ops *def_vfs_ops) +vfs_op_tuple *vfs_init(int *vfs_version, struct vfs_ops *def_vfs_ops, + struct smb_vfs_handle_struct *vfs_handle) { DEBUG(10, ("Initializing VFS module recycle\n")); *vfs_version = SMB_VFS_INTERFACE_VERSION; -- cgit