aboutsummaryrefslogtreecommitdiffstats
path: root/libexfat/exfat.h
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2016-01-21 14:46:00 -0800
committerMichael Bestas <mkbestas@lineageos.org>2017-12-28 14:36:33 +0200
commit3ba38c6ef2369d43338148dc357bc44b9a1d145f (patch)
treed9956bedacf752aac2b0aa124f3284f953a141b0 /libexfat/exfat.h
parent7faa340c85e1c40b858d794c9a44a9f7a7a52b13 (diff)
downloadandroid_external_exfat-staging/lineage-15.1.tar.gz
android_external_exfat-staging/lineage-15.1.tar.bz2
android_external_exfat-staging/lineage-15.1.zip
exfat-fuse: Don't export UTF conversion functionsstaging/lineage-15.1
* These will collide with other tools during static linking. Convert them to inlines instead. Change-Id: Icea3a5c2cb46fe034264c6a161868b8253923d03
Diffstat (limited to 'libexfat/exfat.h')
-rw-r--r--libexfat/exfat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libexfat/exfat.h b/libexfat/exfat.h
index 8986aff..491fd4b 100644
--- a/libexfat/exfat.h
+++ b/libexfat/exfat.h
@@ -198,12 +198,6 @@ void exfat_humanize_bytes(uint64_t value, struct exfat_human_bytes* hb);
void exfat_print_info(const struct exfat_super_block* sb,
uint32_t free_clusters);
-int utf16_to_utf8(char* output, const le16_t* input, size_t outsize,
- size_t insize);
-int utf8_to_utf16(le16_t* output, const char* input, size_t outsize,
- size_t insize);
-size_t utf16_length(const le16_t* str);
-
struct exfat_node* exfat_get_node(struct exfat_node* node);
void exfat_put_node(struct exfat* ef, struct exfat_node* node);
int exfat_cleanup_node(struct exfat* ef, struct exfat_node* node);