OSDN Git Service

Made next_entry() function static.
authorresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 26 Jan 2013 06:42:13 +0000 (06:42 +0000)
committerresver <resver@60bc1c72-a15a-11de-b98f-4500b42dc123>
Sat, 26 Jan 2013 06:42:13 +0000 (06:42 +0000)
git-svn-id: http://exfat.googlecode.com/svn/trunk@338 60bc1c72-a15a-11de-b98f-4500b42dc123

libexfat/node.c

index bc342b7..1f12b5f 100644 (file)
@@ -507,7 +507,7 @@ void exfat_reset_cache(struct exfat* ef)
        reset_cache(ef, ef->root);
 }
 
-void next_entry(struct exfat* ef, const struct exfat_node* parent,
+static void next_entry(struct exfat* ef, const struct exfat_node* parent,
                cluster_t* cluster, off_t* offset)
 {
        *offset += sizeof(struct exfat_entry);