From 893ccb0e4014db054e1074105ce75d88ec3a3f1a Mon Sep 17 00:00:00 2001 From: szaka Date: Tue, 3 Mar 2009 01:37:56 +0000 Subject: [PATCH] explicit declaration of ntfs_resident_attr_resize --- libntfs-3g/attrib.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libntfs-3g/attrib.c b/libntfs-3g/attrib.c index 39555c27..73f2cfb8 100644 --- a/libntfs-3g/attrib.c +++ b/libntfs-3g/attrib.c @@ -3794,6 +3794,9 @@ cluster_free_err_out: return -1; } + +static int ntfs_resident_attr_resize(ntfs_attr *na, const s64 newsize); + /** * ntfs_resident_attr_resize - resize a resident, open ntfs attribute * @na: resident ntfs attribute to resize