remove a whole lot of #include mutt.h
[apps/madmutt.git] / charset.def
index 1143cf0..eb55ee2 100644 (file)
@@ -31,6 +31,9 @@ cat <<EOF | gperf -Ncharset_canonicalize_aux -m16 -l -E -t -C -F", NULL"
  * encoding name, hence you have to pass a charset stripped from its '-' and
  * '_' and truncated at the first ':' encountered.
  */
+
+static const struct cset_pair *
+charset_canonicalize_aux(const char *str, unsigned int len);
 %}
 struct cset_pair { const char *name; const char *pref; };
 %%