summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorBjörn Baumbach <bb@sernet.de>2011-06-29 16:56:45 +0200
committerMichael Adam <obnox@samba.org>2011-06-30 15:41:24 +0200
commit776672805c35bb2db760194730c46b96019e0da1 (patch)
treea881f5d09947e58775f01ef0517484ca861df134 /examples
parent6930afc9f4e613a660bbe716e849f5db7276491c (diff)
downloadsamba-776672805c35bb2db760194730c46b96019e0da1.tar.gz
samba-776672805c35bb2db760194730c46b96019e0da1.tar.bz2
samba-776672805c35bb2db760194730c46b96019e0da1.zip
examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/VFS/skel_opaque.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/VFS/skel_opaque.c b/examples/VFS/skel_opaque.c
index f8399935d3..69a71473e1 100644
--- a/examples/VFS/skel_opaque.c
+++ b/examples/VFS/skel_opaque.c
@@ -23,6 +23,7 @@
#include "includes.h"
+#include "smbd/proto.h"
/* PLEASE,PLEASE READ THE VFS MODULES CHAPTER OF THE
SAMBA DEVELOPERS GUIDE!!!!!!
@@ -65,7 +66,7 @@ static int skel_set_quota(vfs_handle_struct *handle, enum SMB_QUOTA_TYPE qtype,
return -1;
}
-static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, SHADOW_COPY_DATA *shadow_copy_data, bool labels)
+static int skel_get_shadow_copy_data(vfs_handle_struct *handle, files_struct *fsp, struct shadow_copy_data *shadow_copy_data, bool labels)
{
errno = ENOSYS;
return -1;