From 46bc8ca1541d80b272e2ef0cbb499a4cb1bea659 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 11 Jul 2005 18:10:10 +0000 Subject: [project @ 2005-07-11 18:10:10 by jmb] Cache previous iconv conversion descriptor svn path=/import/netsurf/; revision=1792 --- utils/utf8.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/utf8.h') 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 -- cgit v1.2.3