aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/io.c
diff options
context:
space:
mode:
authorrelan <relan@users.noreply.github.com>2012-12-11 16:46:55 +0000
committerrelan <relan@users.noreply.github.com>2015-08-24 08:26:15 +0300
commit245917978684a41d66207e1ef8ebb6accc7c863c (patch)
treeb71177d6fb9a5c3d04e1a46516f3d0e00cd42444 /libexfat/io.c
parentab6e2baf1de3714ef5d37abee08748be0f9164d1 (diff)
downloadandroid_external_exfat-245917978684a41d66207e1ef8ebb6accc7c863c.tar.gz
android_external_exfat-245917978684a41d66207e1ef8ebb6accc7c863c.tar.bz2
android_external_exfat-245917978684a41d66207e1ef8ebb6accc7c863c.zip
Rename exfat_mode() to exfat_get_mode().
Diffstat (limited to 'libexfat/io.c')
-rw-r--r--libexfat/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexfat/io.c b/libexfat/io.c
index 4c2f1aa..0a04aa1 100644
--- a/libexfat/io.c
+++ b/libexfat/io.c
@@ -193,7 +193,7 @@ int exfat_fsync(struct exfat_dev* dev)
return 0;
}
-enum exfat_mode exfat_mode(const struct exfat_dev* dev)
+enum exfat_mode exfat_get_mode(const struct exfat_dev* dev)
{
return dev->mode;
}