Changes by: aia21
Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv12501
Modified Files:
runlist.h
Log Message:
Revert 1.13 commit from Yuval: Gratuitous API/ABI change.
Index: runlist.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/runlist.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- runlist.h 26 Oct 2006 19:10:05 -0000 1.13
+++ runlist.h 27 Oct 2006 09:04:08 -0000 1.14
@@ -62,9 +62,14 @@ extern runlist_element *ntfs_runlists_me
extern runlist_element *ntfs_mapping_pairs_decompress(const ntfs_volume *vol,
const ATTR_RECORD *attr, runlist_element *old_rl);
+extern int ntfs_get_nr_significant_bytes(const s64 n);
+
extern int ntfs_get_size_for_mapping_pairs(const ntfs_volume *vol,
const runlist_element *rl, const VCN start_vcn);
+extern int ntfs_write_significant_bytes(u8 *dst, const u8 *dst_max,
+ const s64 n);
+
extern int ntfs_mapping_pairs_build(const ntfs_volume *vol, u8 *dst,
const int dst_len, const runlist_element *rl,
const VCN start_vcn, VCN *const stop_vcn);
|