Here's a better test of Resent-From: in test-rcvdist: use the user's
[mmh] / uip / mhoutsbr.c
index 2651452..8324991 100644 (file)
@@ -65,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
@@ -430,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;