X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhoutsbr.c;h=8324991d7aba174eac6f30e72a26fd10739b5152;hb=7946a8c713bd43a52229345ad0289aaa461acfb3;hp=92352539e5534c045a127d6b047ab8ea63eb7675;hpb=2f689a1cb907a5de04e6d39ffd217a69af3216c7;p=mmh diff --git a/uip/mhoutsbr.c b/uip/mhoutsbr.c index 9235253..8324991 100644 --- a/uip/mhoutsbr.c +++ b/uip/mhoutsbr.c @@ -3,8 +3,6 @@ * mhoutsbr.c -- routines to output MIME messages * -- 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. @@ -21,10 +19,6 @@ #include #include -#ifdef HAVE_SYS_WAIT_H -# include -#endif - extern int ebcdicsw; @@ -71,7 +65,6 @@ static char nib2b64[0x40+1] = */ int output_message (CT, char *); int output_message_fp (CT, FILE *, char *); -int writeBase64aux (FILE *, FILE *); /* * static prototypes @@ -436,7 +429,7 @@ writeBase64 (CT ct, FILE *out) int writeBase64aux (FILE *in, FILE *out) { - int cc, n; + unsigned int cc, n; char inbuf[3]; n = BPERLIN;