X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=charset.h;fp=charset.h;h=2721b01efc5893a5d8b0b69cf5d10f6272ac948c;hp=6397493d94a0c6d45812775e4b10b24397e61e85;hb=df70e07e24add1869bcc9b7af2277d9d0c09a281;hpb=31edbe030ac69952aa535730427246b5e9a1603c;ds=sidebyside diff --git a/charset.h b/charset.h index 6397493..2721b01 100644 --- a/charset.h +++ b/charset.h @@ -29,7 +29,7 @@ typedef void *iconv_t; #ifndef HAVE_ICONV #define ICONV_CONST /**/ -iconv_t iconv_open (const char *, const char *); + iconv_t iconv_open (const char *, const char *); size_t iconv (iconv_t, ICONV_CONST char **, size_t *, char **, size_t *); int iconv_close (iconv_t); #endif @@ -39,13 +39,14 @@ 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, ICONV_CONST char **, size_t *, char **, size_t *, ICONV_CONST char **, const char *); +size_t mutt_iconv (iconv_t, ICONV_CONST char **, size_t *, char **, size_t *, + ICONV_CONST char **, const char *); -typedef void * FGETCONV; +typedef void *FGETCONV; FGETCONV *fgetconv_open (FILE *, const char *, const char *, int); int fgetconv (FGETCONV *); -char * fgetconvs (char *, size_t, FGETCONV *); +char *fgetconvs (char *, size_t, FGETCONV *); void fgetconv_close (FGETCONV **); void mutt_set_langinfo_charset (void);