summaryrefslogtreecommitdiff
path: root/utils/utf8.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/utf8.h')
-rw-r--r--utils/utf8.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/utf8.h b/utils/utf8.h
index a1d98685d..a77af29d0 100644
--- a/utils/utf8.h
+++ b/utils/utf8.h
@@ -31,4 +31,6 @@ utf8_convert_ret utf8_to_enc(const char *string, const char *encname,
utf8_convert_ret utf8_from_enc(const char *string, const char *encname,
size_t len, char **result);
+void utf8_finalise(void);
+
#endif