type specifier misplaced by #ifdef unclarity

This commit is contained in:
Willem Toorop 2019-01-23 10:27:17 +01:00
parent 2bd853bda5
commit 79fbef07d8
1 changed files with 1 additions and 1 deletions

View File

@ -251,8 +251,8 @@ _getdns_check_dns_req_complete(getdns_dns_req *dns_req)
#ifdef HAVE_LIBUNBOUND
#ifdef HAVE_UNBOUND_EVENT_API
static void
#if UNBOUND_VERSION_MAJOR > 1 || (UNBOUND_VERSION_MAJOR == 1 && UNBOUND_VERSION_MINOR >= 8)
static void
ub_resolve_event_callback(void* arg, int rcode, void *pkt, int pkt_len,
int sec, char* why_bogus, int was_ratelimited)
{