summaryrefslogtreecommitdiff
path: root/src/fs/Charset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/Charset.hxx')
-rw-r--r--src/fs/Charset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/Charset.hxx b/src/fs/Charset.hxx
index 8f20cb565..84cf64ec6 100644
--- a/src/fs/Charset.hxx
+++ b/src/fs/Charset.hxx
@@ -33,7 +33,7 @@
*/
gcc_const
const char *
-GetFSCharset();
+GetFSCharset() noexcept;
/**
* Throws std::runtime_error on error.
@@ -42,7 +42,7 @@ void
SetFSCharset(const char *charset);
void
-DeinitFSCharset();
+DeinitFSCharset() noexcept;
/**
* Convert the path to UTF-8.