OSDN Git Service

Remove non-existent functions declarations.
authorrelan <relan@users.noreply.github.com>
Sat, 14 Nov 2009 19:57:20 +0000 (19:57 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:10 +0000 (08:26 +0300)
libexfat/exfat.h

index 31f1598..29be615 100644 (file)
@@ -101,9 +101,6 @@ cluster_t exfat_next_cluster(const struct exfat* ef,
                const struct exfat_node* node, cluster_t cluster);
 cluster_t exfat_advance_cluster(const struct exfat* ef,
                struct exfat_node* node, uint32_t count);
-cluster_t exfat_allocate_cluster(struct exfat* ef, cluster_t previous);
-void exfat_free_cluster(struct exfat* ef, cluster_t cluster,
-               cluster_t previous);
 void exfat_flush_cmap(struct exfat* ef);
 int exfat_truncate(struct exfat* ef, struct exfat_node* node, uint64_t size);