diff options
Diffstat (limited to '')
-rw-r--r-- | src/fs/Charset.hxx | 3 |
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. |