Add ntfs_attr_update_mapping_pairs prototype.

(Logical change 1.584)
edge.strict_endians
(none)!yura 2004-09-29 15:43:22 +00:00
parent 746c36a4be
commit 4b95d5ce3e
1 changed files with 2 additions and 0 deletions

View File

@ -288,6 +288,8 @@ extern int ntfs_attr_record_rm(ntfs_attr_search_ctx *ctx);
extern int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a,
const u32 newsize);
extern int ntfs_attr_update_mapping_pairs(ntfs_attr *na);
extern int ntfs_attr_truncate(ntfs_attr *na, const s64 newsize);
// FIXME / TODO: Above here the file is cleaned up. (AIA)