summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-05-20 15:46:39 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-05-20 15:46:39 +0000
commit92f926fc34d3cd2dfb5fae7ccb12905e4bc412ad (patch)
tree2774e06752a810b3ffd4d833ce09ab162c692dee /charset.h
parent9f395d0586ec5315e9b6e88035aef6a28e276a90 (diff)
String conversion patch from EGE.
Diffstat (limited to 'charset.h')
-rw-r--r--charset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/charset.h b/charset.h
index d76da234..fa808da9 100644
--- a/charset.h
+++ b/charset.h
@@ -55,7 +55,7 @@ int mutt_decoder_push_one (DECODER *, char);
int mutt_recode_file (const char *, const char *, const char *);
-int mutt_convert_string (char *, size_t, const char *, const char *);
+int mutt_convert_string (char **, const char *, const char *);
size_t mutt_iconv (iconv_t, const char **, size_t *, char **, size_t *, const char **, const char *);