aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Charset.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-11-29 23:35:18 +0100
committerMax Kellermann <max@duempel.org>2014-11-29 23:47:48 +0100
commit563db580aea58769b9410b687dcfe038dcefce60 (patch)
tree41e0880d2cdb4a4d76b22a41c9b848f08d6e90b2 /src/fs/Charset.hxx
parent125daea16a92af46b0e68c9583511a5f25f4d850 (diff)
downloadmpd-563db580aea58769b9410b687dcfe038dcefce60.tar.gz
mpd-563db580aea58769b9410b687dcfe038dcefce60.tar.xz
mpd-563db580aea58769b9410b687dcfe038dcefce60.zip
fs/Charset: add DeinitFSCharset()
Diffstat (limited to 'src/fs/Charset.hxx')
-rw-r--r--src/fs/Charset.hxx3
1 files changed, 3 insertions, 0 deletions
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.