aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Config.cxx
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/Config.cxx
parent125daea16a92af46b0e68c9583511a5f25f4d850 (diff)
downloadmpd-563db580aea58769b9410b687dcfe038dcefce60.tar.gz
mpd-563db580aea58769b9410b687dcfe038dcefce60.tar.xz
mpd-563db580aea58769b9410b687dcfe038dcefce60.zip
fs/Charset: add DeinitFSCharset()
Diffstat (limited to '')
-rw-r--r--src/fs/Config.cxx8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/fs/Config.cxx b/src/fs/Config.cxx
index 972365289..cb7e86e09 100644
--- a/src/fs/Config.cxx
+++ b/src/fs/Config.cxx
@@ -61,3 +61,11 @@ ConfigureFS(Error &error)
return true;
#endif
}
+
+void
+DeinitFS()
+{
+#ifdef HAVE_FS_CHARSET
+ DeinitFSCharset();
+#endif
+}