Fix prototype.

(Logical change 1.59)
edge.strict_endians
cantab.net!aia21 2002-12-27 16:18:10 +00:00
parent d761ee8105
commit 5fe5494e4c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */