X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=fff4ccc420047244450405ba7c132ffdc097eed6;hp=6d2914ae4f766051458184699e76ee123ed07109;hb=4885712264980e6cbc2039f9158027bee9213475;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 6d2914a..fff4ccc 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,8 +16,8 @@ #include #include #include -#include -#include +#include +#include #include #include @@ -22,7 +26,6 @@ #endif -extern int errno; extern int ebcdicsw; static char ebcdicsafe[0x100] = { @@ -73,7 +76,7 @@ int writeBase64aux (FILE *, FILE *); * static prototypes */ static int output_content (CT, FILE *); -static int output_headers (CT, FILE *); +static void output_headers (CT, FILE *); static int writeExternalBody (CT, FILE *); static int write8Bit (CT, FILE *); static int writeQuoted (CT, FILE *); @@ -219,7 +222,7 @@ output_content (CT ct, FILE *out) * Output all the header fields for a content */ -static int +static void output_headers (CT ct, FILE *out) { HF hp;