more documentation.
[apps/madmutt.git] / lib-mime / mime-token.sh
index cfba154..229394c 100644 (file)
@@ -56,6 +56,9 @@ do_c() {
 #include <lib-lib/lib-lib.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; };
 %%