chiark / gitweb /
Do not remove top-level Makefile on `make clean'.
[adns.git] / src / internal.h
index 6dbbff059c7a80f368410eb36a3942a98b0e159a..b0e96c7eb43bde912719c20e3990b070723e5add 100644 (file)
@@ -639,10 +639,14 @@ 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: */
 
-void adns__consistency(adns_state ads, consistency_checks cc);
+void adns__consistency(adns_state ads, adns_query qu, consistency_checks cc);
 
 /* Useful static inline functions: */