From 9a7dd7f07bbd8292a3c8e67a6bd5550e5018c361 Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Fri, 12 Nov 2004 17:09:24 +0000 Subject: [PATCH] Add prototypes. (Logical change 1.632) --- include/ntfs/runlist.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntfs/runlist.h b/include/ntfs/runlist.h index 2c5df101..29bdc752 100644 --- a/include/ntfs/runlist.h +++ b/include/ntfs/runlist.h @@ -76,5 +76,8 @@ extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, s8 *dst, extern int ntfs_rl_truncate(runlist **rl, const VCN start_vcn); +extern int ntfs_rl_sparse(runlist *rl); +extern s64 ntfs_rl_get_compressed_size(ntfs_volume *vol, runlist *rl); + #endif /* defined _NTFS_RUNLIST_H */