X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=protos.h;h=bff220554ae9e12389d9795bc6d15d431ef8ca9d;hp=6a476720d1d87636a1d18e41370f8e43d8fc9613;hb=18ff9999274c2154db35366296639d26792f977e;hpb=529d980f183269a45ba925b4f9ee688b01ad3b22 diff --git a/protos.h b/protos.h index 6a47672..bff2205 100644 --- a/protos.h +++ b/protos.h @@ -248,9 +248,6 @@ pid_t mutt_create_filter_fd (const char *, FILE **, FILE **, FILE **, int, void mutt_to_base64 (unsigned char *, const unsigned char *, ssize_t, ssize_t); int mutt_from_base64 (char *, const char *); -/* utf8.c */ -int mutt_wctoutf8 (char *s, unsigned int c); - #define IsPrint(c) (isprint((unsigned char)(c)) || \ (option (OPTLOCALES) ? 0 : \ ((unsigned char)(c) >= 0xa0)))