Closed jedisct1 closed 7 years ago
ldns_rr_rd_count() returns a size_t value, whose size doesn't always match an int (e.g. on FreeBSD).
ldns_rr_rd_count()
size_t
int
ldns_rr_rd_count()
returns asize_t
value, whose size doesn't always match anint
(e.g. on FreeBSD).