aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/exfat.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexfat/exfat.h')
-rw-r--r--libexfat/exfat.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexfat/exfat.h b/libexfat/exfat.h
index 795bf47..78da924 100644
--- a/libexfat/exfat.h
+++ b/libexfat/exfat.h
@@ -184,7 +184,8 @@ le16_t exfat_calc_checksum(const struct exfat_entry_meta1* meta1,
const struct exfat_entry_meta2* meta2, const le16_t* name);
uint32_t exfat_vbr_start_checksum(const void* sector, size_t size);
uint32_t exfat_vbr_add_checksum(const void* sector, size_t size, uint32_t sum);
-le16_t exfat_calc_name_hash(const struct exfat* ef, const le16_t* name);
+le16_t exfat_calc_name_hash(const struct exfat* ef, const le16_t* name,
+ size_t length);
void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb);
void exfat_print_info(const struct exfat_super_block* sb,
uint32_t free_clusters);