X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=2ebdc1ff296a65f5957f7b143064411a86d4bf44;hb=cd665517f488ca62e71b7fd1db6df0813dee052a;hp=5ed9b9792f455eabf9a70796d799d8354d5fc93d;hpb=dee387b53ab0d42922f857b60d6f980c9e79d16f;p=mmh diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 5ed9b97..2ebdc1f 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -4,6 +4,10 @@ * -- given a Content structure * * $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. */ #include @@ -22,7 +26,6 @@ #endif -extern int errno; extern int ebcdicsw; static char ebcdicsafe[0x100] = { @@ -260,7 +263,7 @@ writeExternalBody (CT ct, FILE *out) case 'N': for (ap = ci2->ci_attrs, ep = ci2->ci_values; *ap; ap++, ep++) - if (!strcasecmp (*ap, "name")) { + if (!mh_strcasecmp (*ap, "name")) { fprintf (out, "%s", *ep); break; }