]> git.sven.stormbind.net Git - sven/exfatprogs.git/blobdiff - fsck/fsck.h
New upstream version 1.2.2
[sven/exfatprogs.git] / fsck / fsck.h
index 53003f60408cd64ca8154e3940cc80c0e229277e..ee0cb30553b2f082801478baacdf92ea35f5620e 100644 (file)
@@ -28,6 +28,8 @@ struct exfat_fsck {
        enum fsck_ui_options    options;
        bool                    dirty:1;
        bool                    dirty_fat:1;
+
+       char *name_hash_bitmap;
 };
 
 off_t exfat_c2o(struct exfat *exfat, unsigned int clus);