From 3abf4879084a4237339dd270c0a117d424b762af Mon Sep 17 00:00:00 2001 From: "(none)!yura" <(none)!yura> Date: Mon, 2 Aug 2004 16:56:34 +0000 Subject: [PATCH] add ntfs_clster_free_from_rl prototype (Logical change 1.468) --- include/ntfs/lcnalloc.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/ntfs/lcnalloc.h b/include/ntfs/lcnalloc.h index b0dded9a..ae3e1dfb 100644 --- a/include/ntfs/lcnalloc.h +++ b/include/ntfs/lcnalloc.h @@ -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);