simplify some mime things
[apps/madmutt.git] / lib-mime / mime-token.sh
index 84c3664..229394c 100644 (file)
@@ -53,9 +53,12 @@ do_c() {
 %{
 `do_hdr`
 
 %{
 `do_hdr`
 
-#include <lib-lib/str.h>
+#include <lib-lib/lib-lib.h>
 #include "mime-token.h"
 
 #include "mime-token.h"
 
+static const struct tok *
+mime_which_token_aux(const char *str, unsigned int len);
+
 %}
 struct tok { const char *name; int val; };
 %%
 %}
 struct tok { const char *name; int val; };
 %%