diff options
Diffstat (limited to 'src/dnsmxip.c')
-rw-r--r-- | src/dnsmxip.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/dnsmxip.c b/src/dnsmxip.c index 9148bdc..e11d83e 100644 --- a/src/dnsmxip.c +++ b/src/dnsmxip.c @@ -12,7 +12,6 @@ #include "stralloc.h" #include "dns.h" -#include "now.h" #define WHO "dnsmxip" @@ -21,7 +20,7 @@ static stralloc ia = {0}; static stralloc out = {0}; static stralloc ipaddr = {0}; -int dns_ia(stralloc *ip, char *s) +static int dns_ia(stralloc *ip, char *s) { int i; int j = 0; |