s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead of const...
[samba.git] / source3 / smbd / proto.h
index 89797296a779e8280eb085fe088d25da9c93f509..722edf3e67c8ac86a82efab6910a01b5288ead54 100644 (file)
@@ -468,8 +468,7 @@ void reply_sendend(struct smb_request *req);
 /* The following definitions come from smbd/msdfs.c  */
 
 bool is_msdfs_link(connection_struct *conn,
-               const char *path,
-               SMB_STRUCT_STAT *sbufp);
+               struct smb_filename *smb_fname);
 struct junction_map;
 NTSTATUS get_referred_path(TALLOC_CTX *ctx,
                           const char *dfs_path,