From 84b007cf9cd1f5111daa7bee52a19cb7b705e974 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Sun, 29 Dec 2002 17:54:10 +0000 Subject: [PATCH] add export for ntfs_attr_size_bounds_check(). (Logical change 1.73) --- include/attrib.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/attrib.h b/include/attrib.h index 906b3e2f..cc56cef7 100644 --- a/include/attrib.h +++ b/include/attrib.h @@ -254,6 +254,9 @@ extern int ntfs_attr_map_runlist(ntfs_attr *na, VCN vcn); extern LCN ntfs_attr_vcn_to_lcn(ntfs_attr *na, const VCN vcn); extern runlist_element *ntfs_attr_find_vcn(ntfs_attr *na, const VCN vcn); +extern int ntfs_attr_size_bounds_check(const ntfs_volume *vol, + const ATTR_TYPES type, const s64 size); + extern int ntfs_resident_attr_value_resize(MFT_RECORD *m, ATTR_RECORD *a, const u32 newsize);