Update ntfs_mft_record_alloc() prototype to reflect reality.

(Logical change 1.551)
edge.strict_endians
cantab.net!aia21 2004-09-13 14:44:01 +00:00
parent b627f802bd
commit e74eeb2c0b
1 changed files with 1 additions and 1 deletions

View File

@ -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);