OSDN Git Service

Removed non-existent functions declarations.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 14 Nov 2009 19:57:20 +0000 (19:57 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 14 Nov 2009 19:57:20 +0000 (19:57 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@51 60bc1c72-a15a-11de-b98f-4500b42dc123

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);