From 5fe5494e4cd8d3f6a8d4eef7f3cbc7d1e7a30302 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Fri, 27 Dec 2002 16:18:10 +0000 Subject: [PATCH] Fix prototype. (Logical change 1.59) --- include/lcnalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lcnalloc.h b/include/lcnalloc.h index d59cf89b..cc5728a9 100644 --- a/include/lcnalloc.h +++ b/include/lcnalloc.h @@ -29,7 +29,7 @@ extern runlist *ntfs_cluster_alloc(ntfs_volume *vol, s64 count, LCN start_lcn); -extern int ntfs_cluster_free(ntfs_volume *vol, runlist *rl, VCN start_vcn, +extern int ntfs_cluster_free(ntfs_volume *vol, ntfs_attr *na, VCN start_vcn, s64 count); #endif /* defined _NTFS_LCNALLOC_H */