Changes by: uvman
Update of /cvs/linux-ntfs/ntfsprogs/include/ntfs
In directory delta357:/tmp/cvs-serv17281/include/ntfs
Modified Files:
runlist.h
Log Message:
Remove inline keywords from static non-one-liners of '.c' files.
Index: runlist.h
===================================================================
RCS file: /cvs/linux-ntfs/ntfsprogs/include/ntfs/runlist.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- runlist.h 3 Nov 2005 19:20:14 -0000 1.12
+++ runlist.h 26 Oct 2006 19:10:05 -0000 1.13
@@ -62,14 +62,9 @@ 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);
|