From 48820625a1f235941b9e658e8ba489dc8d1b47eb Mon Sep 17 00:00:00 2001 From: resver Date: Sat, 26 Jan 2013 06:42:13 +0000 Subject: [PATCH 1/1] Made next_entry() function static. git-svn-id: http://exfat.googlecode.com/svn/trunk@338 60bc1c72-a15a-11de-b98f-4500b42dc123 --- libexfat/node.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexfat/node.c b/libexfat/node.c index bc342b7..1f12b5f 100644 --- a/libexfat/node.c +++ b/libexfat/node.c @@ -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); -- 2.11.0