summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-10-21 13:41:34 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-10-21 13:41:34 +0000
commite9fd0a2671e5c6df43d0b78c4bae9ecc1841b8cd (patch)
treedea5100632b0340b854e2cb72244e71c6c239497 /examples
parented161698d4912ebbfac1065cd91352f244bda2ae (diff)
downloadsamba-e9fd0a2671e5c6df43d0b78c4bae9ecc1841b8cd.tar.gz
samba-e9fd0a2671e5c6df43d0b78c4bae9ecc1841b8cd.tar.bz2
samba-e9fd0a2671e5c6df43d0b78c4bae9ecc1841b8cd.zip
Small patch from metze to add 3 parameters to vfs_init, as it requires
(This used to be commit 4206ebb160e947c70f15e5c434dd1d4df287e665)
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/recycle.c3
1 files changed, 2 insertions, 1 deletions
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;