add ntfs_clster_free_from_rl prototype

(Logical change 1.468)
edge.strict_endians
(none)!yura 2004-08-02 16:56:34 +00:00
parent 910855a174
commit 3abf487908
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* project.
*
* Copyright (c) 2002 Anton Altaparmakov
* Copyright (c) 2004 Yura Pakhuchiy
*
* This program/include file is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as published
@ -37,6 +38,8 @@ typedef enum {
extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn,
const NTFS_CLUSTER_ALLOCATION_ZONES zone, VCN start_vcn);
extern int ntfs_cluster_free_from_rl(ntfs_volume *vol, runlist *rl);
extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn,
s64 count);