next_word is m_strnextsp
[apps/madmutt.git] / protos.h
index 6a47672..bff2205 100644 (file)
--- 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)))