summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/charset.h b/charset.h
index fa808da9..894cdecd 100644
--- a/charset.h
+++ b/charset.h
@@ -57,6 +57,7 @@ int mutt_recode_file (const char *, const char *, const char *);
int mutt_convert_string (char **, const char *, const char *);
+iconv_t mutt_iconv_open (const char *, const char *);
size_t mutt_iconv (iconv_t, const char **, size_t *, char **, size_t *, const char **, const char *);
typedef void * FGETCONV;