]> git.marmaro.de Git - mmh/blobdiff - sbr/fmt_addr.c
Changed msg_style and msg_delim to be file static to m_getfld.c
[mmh] / sbr / fmt_addr.c
index d71d956cf4030a893bd79b20510583e80b16b32c..3186deaa053deacc887025131f183cda662a1169 100644 (file)
@@ -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);
+}