From 563db580aea58769b9410b687dcfe038dcefce60 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 29 Nov 2014 23:35:18 +0100 Subject: fs/Charset: add DeinitFSCharset() --- src/fs/Charset.hxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fs/Charset.hxx') diff --git a/src/fs/Charset.hxx b/src/fs/Charset.hxx index 102fa2536..7a5193576 100644 --- a/src/fs/Charset.hxx +++ b/src/fs/Charset.hxx @@ -41,6 +41,9 @@ GetFSCharset(); bool SetFSCharset(const char *charset, Error &error); +void +DeinitFSCharset(); + /** * Convert the path to UTF-8. * Returns empty string on error. -- cgit v1.2.3