examples/VFS: fix skel_transparent.c in reference to shadow_copy changes
authorBjörn Baumbach <bb@sernet.de>
Wed, 29 Jun 2011 14:57:27 +0000 (16:57 +0200)
committerMichael Adam <obnox@samba.org>
Thu, 30 Jun 2011 13:41:24 +0000 (15:41 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
examples/VFS/skel_transparent.c

index 7c91a615b1f4c4a2a43585759f52a05f57188aa4..c9fbc793ecf6a15d6b650735a6a34f2c3add67c4 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!!!!!!
@@ -64,7 +65,7 @@ static int skel_set_quota(vfs_handle_struct *handle,  enum SMB_QUOTA_TYPE qtype,
        return SMB_VFS_NEXT_SET_QUOTA(handle, qtype, id, dq);
 }
 
-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)
 {
        return SMB_VFS_NEXT_GET_SHADOW_COPY_DATA(handle, fsp, shadow_copy_data, labels);
 }