aboutsummaryrefslogtreecommitdiffstats
path: root/src/fs/Config.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/Config.hxx
parent125daea16a92af46b0e68c9583511a5f25f4d850 (diff)
downloadmpd-563db580aea58769b9410b687dcfe038dcefce60.tar.gz
mpd-563db580aea58769b9410b687dcfe038dcefce60.tar.xz
mpd-563db580aea58769b9410b687dcfe038dcefce60.zip
fs/Charset: add DeinitFSCharset()
Diffstat (limited to 'src/fs/Config.hxx')
-rw-r--r--src/fs/Config.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fs/Config.hxx b/src/fs/Config.hxx
index d2cde4a66..403c07685 100644
--- a/src/fs/Config.hxx
+++ b/src/fs/Config.hxx
@@ -30,4 +30,7 @@ class Error;
bool
ConfigureFS(Error &error);
+void
+DeinitFS();
+
#endif