summaryrefslogtreecommitdiffstats
path: root/charset.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2002-03-27 00:07:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>2002-03-27 00:07:53 +0000
commita90a14eb4807fd3a22e7af24b5f00fc6f253ec9d (patch)
treef390e9f8f98b1ef9715b72564b632770ac1d2599 /charset.h
parentb70f7ad43aa3281e7142c3a294e959015a6de0a8 (diff)
Some hackisch charset handling for text/plain; x-action=pgp-*. I
don't like this stuff, but it's better than nothing.
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 364c3d5b..09f6afb5 100644
--- a/charset.h
+++ b/charset.h
@@ -30,6 +30,7 @@ typedef void * FGETCONV;
FGETCONV *fgetconv_open (FILE *, const char *, const char *, int);
int fgetconv (FGETCONV *);
+char * fgetconvs (char *, size_t, FGETCONV *);
void fgetconv_close (FGETCONV **);
void mutt_set_langinfo_charset (void);