smbd: convert SMB_VFS_GET_REAL_FILENAME() arg path to be a struct smb_filename
[samba.git] / examples / VFS / skel_opaque.c
index ed9f108009e56c6707c58e13c66ec6f030345bd9..bab1d34469cd3cff689ee9aa1f0dc28246a2784f 100644 (file)
@@ -643,7 +643,7 @@ static NTSTATUS skel_streaminfo(struct vfs_handle_struct *handle,
 }
 
 static int skel_get_real_filename(struct vfs_handle_struct *handle,
-                                 const char *path,
+                                 const struct smb_filename *path,
                                  const char *name,
                                  TALLOC_CTX *mem_ctx, char **found_name)
 {