From 973ae30e7c4f7a1afb385dd3d8eeea178f981445 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Mon, 8 Jul 2024 13:24:39 +0200 Subject: fix deprecated prototypes --- src/dnsmxip.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/dnsmxip.c') 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; -- cgit v1.2.3