X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fviamail.c;h=12412c74709f3c383fdced8bc857927c8f55b7cc;hb=025bb212470ef2945c9b7f57cb7fbfceb3e04e2c;hp=2e1c51c906c2006ef9fb12dcfb6b3af0c4cd2dfd;hpb=164be8e5e8b40ce4572281be26d423a9c9d595f3;p=mmh diff --git a/uip/viamail.c b/uip/viamail.c index 2e1c51c..12412c7 100644 --- a/uip/viamail.c +++ b/uip/viamail.c @@ -52,12 +52,6 @@ extern int verbsw; int ebcdicsw = 0; /* hack for linking purposes */ -/* mhmisc.c */ -void set_endian (void); - -/* mhoutsbr.c */ -int writeBase64aux (FILE *, FILE *); - /* * static prototypes */ @@ -185,7 +179,7 @@ via_mail (char *mailsw, char *subjsw, char *parmsw, char *descsw, strncpy (tmpfil, tfile, sizeof(tmpfil)); if (!strchr(mailsw, '@')) - mailsw = concat (mailsw, "@", LocalName (), NULL); + mailsw = concat (mailsw, "@", LocalName (0), NULL); fprintf (fp, "To: %s\n", mailsw); if (subjsw) @@ -193,7 +187,7 @@ via_mail (char *mailsw, char *subjsw, char *parmsw, char *descsw, if (fromsw) { if (!strchr(fromsw, '@')) - fromsw = concat (fromsw, "@", LocalName (), NULL); + fromsw = concat (fromsw, "@", LocalName (0), NULL); fprintf (fp, "From: %s\n", fromsw); }