X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Ffmt_addr.c;h=3186deaa053deacc887025131f183cda662a1169;hb=21280aed16e7a74b4c578c328ef76e2a4649985c;hp=d71d956cf4030a893bd79b20510583e80b16b32c;hpb=008837e090c008e3afe7a9c8667070bafa091e62;p=mmh diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index d71d956..3186dea 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -2,8 +2,6 @@ /* * fmt_addr.c -- format an address field (from fmt_scan) * - * $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. @@ -114,3 +112,8 @@ formataddr (char *orig, char *str) last_dst = dst; return (buf); } + +char *concataddr (char *orig, char *str) +{ + return formataddr(orig, str); +}