examples/VFS: fix skel_opaque.c in reference to shadow_copy changes
authorBjörn Baumbach <bb@sernet.de>
Wed, 29 Jun 2011 14:56:45 +0000 (16:56 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 4 Jul 2011 19:36:28 +0000 (21:36 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
examples/VFS/skel_opaque.c

index f60f0fe1628c09e2bd98be1e3d09c9afa4941f7d..7b422b29ad8e6670356bd17fb1f29a6bd357b36a 100644 (file)
@@ -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;