OSDN Git Service

Repairing: implement unknown entry type fix.
[android-x86/external-exfat.git] / libexfat / exfat.h
index 00c903d..2342be4 100644 (file)
@@ -238,5 +238,7 @@ bool exfat_fix_invalid_vbr_checksum(const struct exfat* ef, void* sector,
                uint32_t vbr_checksum);
 bool exfat_fix_invalid_node_checksum(const struct exfat* ef,
                struct exfat_node* node);
+bool exfat_fix_unknown_entry(struct exfat* ef, struct exfat_node* dir,
+               const struct exfat_entry* entry, off_t offset);
 
 #endif /* ifndef EXFAT_H_INCLUDED */