s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * instead...
[amitay/samba.git] / examples / VFS / skel_opaque.c
index 8bfc520c8eb33aa194b1225f946e22315c57ff21..f8f98575f62e018e56111ccf39c353900fbb3668 100644 (file)
@@ -512,7 +512,9 @@ static int skel_mknod(vfs_handle_struct *handle,
        return -1;
 }
 
-static char *skel_realpath(vfs_handle_struct *handle, const char *path)
+static struct smb_filename *skel_realpath(vfs_handle_struct *handle,
+                       TALLOC_CTX *ctx,
+                       const struct smb_filename *smb_fname)
 {
        errno = ENOSYS;
        return NULL;