summaryrefslogtreecommitdiff
path: root/src/dnsmxip.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-08 13:24:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-08 13:24:39 +0200
commit973ae30e7c4f7a1afb385dd3d8eeea178f981445 (patch)
tree1a5d8be5b3ff273a141b6144bf3031b1bc3deb2d /src/dnsmxip.c
parent66404f0bfbd78e635ff6381ca30b25157e0e1a09 (diff)
fix deprecated prototypes
Diffstat (limited to 'src/dnsmxip.c')
-rw-r--r--src/dnsmxip.c3
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;