X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhmisc.c;h=7a2313922f2ee9ed994902d55792cac502c69ad9;hb=f6aa95b724fd8c791164abe7ee5468bf5c34f226;hp=a3da759fcd7804408402bf2c82dcff6fe248c71c;hpb=fd686eb9d48a14768c6cb37e92398e84e65e79a7;p=mmh diff --git a/uip/mhmisc.c b/uip/mhmisc.c index a3da759..7a23139 100644 --- a/uip/mhmisc.c +++ b/uip/mhmisc.c @@ -2,8 +2,6 @@ /* * mhparse.c -- misc routines to process MIME messages * - * $Id$ - * * This code is Copyright (c) 2002, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for * complete copyright information. @@ -13,6 +11,7 @@ #include #include #include +#include extern int debugsw; @@ -73,7 +72,7 @@ type_ok (CT ct, int sP) snprintf (buffer, sizeof(buffer), "%s/%s", ci->ci_type, ci->ci_subtype); for (ap = types; *ap; ap++) - if (!strcasecmp (*ap, ci->ci_type) || !strcasecmp (*ap, buffer)) + if (!mh_strcasecmp (*ap, ci->ci_type) || !mh_strcasecmp (*ap, buffer)) return 1; return 0;