chiark / gitweb /
Allow configuration entirely by text file.
[adns.git] / src / internal.h
index 672e3a946d2661500d7323d6a57d63d895c16883..27d025878ef00136d20e862d36de7d30ac00eaeb 100644 (file)
@@ -239,6 +239,7 @@ struct adns__query {
 struct adns__state {
   adns_initflags iflags;
   FILE *diagfile;
+  int configerrno;
   struct { adns_query head, tail; } timew, childw, output;
   int nextid, udpsocket, tcpsocket;
   vbuf tcpsend, tcprecv;