s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead of const...
[metze/samba-autobuild/.git] / examples / VFS / skel_opaque.c
index aeb1ff37b5f8703eab3f493418580b0992355406..40951db35e31db688fef6420b96d82d50548eb7b 100644 (file)
@@ -44,9 +44,11 @@ static void skel_disconnect(vfs_handle_struct *handle)
        ;
 }
 
-static uint64_t skel_disk_free(vfs_handle_struct *handle, const char *path,
-                              uint64_t *bsize,
-                              uint64_t *dfree, uint64_t *dsize)
+static uint64_t skel_disk_free(vfs_handle_struct *handle,
+                               const struct smb_filename *smb_fname,
+                               uint64_t *bsize,
+                               uint64_t *dfree,
+                               uint64_t *dsize)
 {
        *bsize = 0;
        *dfree = 0;