]> git.sven.stormbind.net Git - sven/exfatprogs.git/blobdiff - include/exfat_dir.h
New upstream version 1.2.1
[sven/exfatprogs.git] / include / exfat_dir.h
index 3bc5b51c6f4c9f028a76394ca72a3b906c2c43e0..12e154600b1f28747b6cd3f356e534a8a835b468 100644 (file)
@@ -75,6 +75,7 @@ int exfat_update_file_dentry_set(struct exfat *exfat,
 int exfat_build_file_dentry_set(struct exfat *exfat, const char *name,
                                unsigned short attr, struct exfat_dentry **dentry_set,
                                int *dentry_count);
+int exfat_find_free_cluster(struct exfat *exfat, clus_t start, clus_t *new_clu);
 int exfat_add_dentry_set(struct exfat *exfat, struct exfat_dentry_loc *loc,
                         struct exfat_dentry *dset, int dcount,
                         bool need_next_loc);