From 998716f0cbc07a7486925810442dc81c8d13c31c Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Thu, 7 Mar 2013 09:59:37 -0500 Subject: Update exfat to newest commits Change-Id: If15df21a556d39e6325ca8338345b698b9d8759d --- exfat/libexfat/exfat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'exfat/libexfat/exfat.h') diff --git a/exfat/libexfat/exfat.h b/exfat/libexfat/exfat.h index 11be06f7b..3e4223e5d 100644 --- a/exfat/libexfat/exfat.h +++ b/exfat/libexfat/exfat.h @@ -164,7 +164,8 @@ cluster_t exfat_next_cluster(const struct exfat* ef, cluster_t exfat_advance_cluster(const struct exfat* ef, struct exfat_node* node, uint32_t count); void exfat_flush_cmap(struct exfat* ef); -int exfat_truncate(struct exfat* ef, struct exfat_node* node, uint64_t size); +int exfat_truncate(struct exfat* ef, struct exfat_node* node, uint64_t size, + bool erase); uint32_t exfat_count_free_clusters(const struct exfat* ef); int exfat_find_used_sectors(const struct exfat* ef, off64_t* a, off64_t* b); -- cgit v1.2.3