X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=f2b30b657fed20eaadbddff8928add76fa5549bb;hp=6d2914ae4f766051458184699e76ee123ed07109;hb=b28e871ba874a53257b37eed94adfc365ed6ebf2;hpb=1691e80890e5d8ba258c51c214a3e91880e1db2b diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 6d2914a..f2b30b6 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -73,7 +73,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 +219,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;