X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-mime%2Fmime-token.sh;h=c6152c3addf166ccc9ec124a2befc66c9b9a6880;hp=cfba1544ec65ed70e21d8b00b06b636051883d2c;hb=refs%2Fheads%2Ftry-some-d;hpb=d776c6c67b63e05bd052fcedf77e9147560e83af diff --git a/lib-mime/mime-token.sh b/lib-mime/mime-token.sh index cfba154..c6152c3 100644 --- a/lib-mime/mime-token.sh +++ b/lib-mime/mime-token.sh @@ -49,13 +49,16 @@ EOF } do_c() { - cat <//g' %{ `do_hdr` #include #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; }; %%