From e9fd0a2671e5c6df43d0b78c4bae9ecc1841b8cd Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 21 Oct 2002 13:41:34 +0000 Subject: Small patch from metze to add 3 parameters to vfs_init, as it requires (This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665) --- 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