Silences -Wstrict-prototype warnings seen with clang 15 on amd64 and arm64.
ok florian
-/* $OpenBSD: frontend.c,v 1.76 2022/11/27 14:31:22 tb Exp $ */
+/* $OpenBSD: frontend.c,v 1.77 2023/02/08 08:01:25 tb Exp $ */
/*
* Copyright (c) 2018 Florian Obser <florian@openbsd.org>
}
void
-check_available_af()
+check_available_af(void)
{
static int available_af = HAVE_IPV4 | HAVE_IPV6;
static int rtable = -1;
-/* $OpenBSD: resolver.c,v 1.157 2023/02/07 17:44:02 florian Exp $ */
+/* $OpenBSD: resolver.c,v 1.158 2023/02/08 08:01:25 tb Exp $ */
/*
}
char *
-gen_resolv_conf()
+gen_resolv_conf(void)
{
struct uw_forwarder *uw_forwarder;
char *resolv_conf = NULL, *tmp = NULL;