X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=2ebdc1ff296a65f5957f7b143064411a86d4bf44;hp=c2e080566b57c9357b8adfca3bc68ed06f40a23f;hb=d8916ff5d389de5ab225cd6f40aeda1b285d0f28;hpb=7879ea4084333b448c5a3a49c1cb52023e3808d1 diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index c2e0805..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 @@ -12,7 +16,7 @@ #include #include #include -#include +#include #include #include #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; }