X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=charset.h;h=fd85199bb41580211b7f27c7ba8bcdd604655418;hp=738cd7361fe223889e8611bbc92e2eaf6d873302;hb=29bfa77fef6bf9c0bba878257fc837b2e75f8256;hpb=10e80e482eff3762b0b8d41b0c7795b76704479c diff --git a/charset.h b/charset.h index 738cd73..fd85199 100644 --- a/charset.h +++ b/charset.h @@ -41,14 +41,14 @@ const char *mutt_get_first_charset (const char *); int mutt_convert_nonmime_string (char **); iconv_t mutt_iconv_open (const char *, const char *, int); -size_t mutt_iconv (iconv_t, const char **, size_t *, char **, size_t *, - const char **, const char *); +ssize_t mutt_iconv (iconv_t, const char **, ssize_t *, char **, ssize_t *, + const char **, const char *); typedef void *FGETCONV; FGETCONV *fgetconv_open (FILE *, const char *, const char *, int); int fgetconv (FGETCONV *); -char *fgetconvs (char *, size_t, FGETCONV *); +char *fgetconvs (char *, ssize_t, FGETCONV *); void fgetconv_close (FGETCONV **); void mutt_set_langinfo_charset (void);