X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/9dbde8cae55eb8ec86fe7ab1b0c2a9c585d25abb..ef20fccfa186d5ba62abc5f2d21c03cfdb5fd625:/src/internal.h diff --git a/src/internal.h b/src/internal.h index 12ecd6f..b0e96c7 100644 --- a/src/internal.h +++ b/src/internal.h @@ -639,6 +639,10 @@ void adns__fdevents(adns_state ads, int maxfd, const fd_set *readfds, const fd_set *writefds, const fd_set *exceptfds, struct timeval now, int *r_r); +int adns__internal_check(adns_state ads, + adns_query *query_io, + adns_answer **answer, + void **context_r); /* From check.c: */