OSDN Git Service

Make next_entry() function static.
authorrelan <relan@users.noreply.github.com>
Sat, 26 Jan 2013 06:42:13 +0000 (06:42 +0000)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:26:15 +0000 (08:26 +0300)
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);