chiark / gitweb /
Changes from Tony Finch: poll-using option and bugfix for adnslogres;
[adns.git] / src / internal.h
index 12ecd6f59be44a0f11d34d42d8f658f9ad74b748..b0e96c7eb43bde912719c20e3990b070723e5add 100644 (file)
@@ -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: */