From e74eeb2c0b219259da0ecd5cec6d52d56c641442 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Mon, 13 Sep 2004 14:44:01 +0000 Subject: [PATCH] Update ntfs_mft_record_alloc() prototype to reflect reality. (Logical change 1.551) --- include/ntfs/mft.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs/mft.h b/include/ntfs/mft.h index 0ece8c95..4d842949 100644 --- a/include/ntfs/mft.h +++ b/include/ntfs/mft.h @@ -106,7 +106,7 @@ extern int ntfs_mft_record_layout(const ntfs_volume *vol, const MFT_REF mref, extern int ntfs_mft_record_format(const ntfs_volume *vol, const MFT_REF mref); -extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, s64 start); +extern ntfs_inode *ntfs_mft_record_alloc(ntfs_volume *vol, ntfs_inode *base_ni); extern int ntfs_mft_record_free(ntfs_volume *vol, ntfs_inode *ni);