chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changes from Tony Finch: poll-using option and bugfix for adnslogres; new adns_wait_p...
[adns]
/
src
/
internal.h
diff --git
a/src/internal.h
b/src/internal.h
index 12ecd6f59be44a0f11d34d42d8f658f9ad74b748..b0e96c7eb43bde912719c20e3990b070723e5add 100644
(file)
--- 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: */