X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/29a1ada5b960fbf29d52e0f44911370a6c0c7c5f..5bc2777230cdc4cea23ff87df356af3fb0cfadf9:/sbr/fmt_addr.c diff --git a/sbr/fmt_addr.c b/sbr/fmt_addr.c index 4684fa7f..6d580619 100644 --- a/sbr/fmt_addr.c +++ b/sbr/fmt_addr.c @@ -5,10 +5,11 @@ * complete copyright information. */ -#include -#include -#include -#include +#include "h/mh.h" +#include "fmt_addr.h" +#include "h/addrsbr.h" +#include "h/fmt_scan.h" +#include "h/utils.h" static char *buf; /* our current working buffer */ static char *bufend; /* end of working buffer */ @@ -111,7 +112,8 @@ formataddr (char *orig, char *str) return buf; } -char *concataddr (char *orig, char *str) +char * +concataddr (char *orig, char *str) { return formataddr(orig, str); }