X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/e02793ecda09d76019e11ddddd86fd0f2e2b0f3e..f57665b944e0e4fe38d47ceb7b3940044b12773a:/client/adnshost.h diff --git a/client/adnshost.h b/client/adnshost.h index cbde4c2..93a7608 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -37,6 +37,7 @@ #include #include +#include #include #include #include @@ -89,7 +90,7 @@ void opt_do(const struct optioninfo *oip, const char *arg, int invert); struct query_node { struct query_node *next, *back; struct perqueryflags_remember pqfr; - char *id; + char *id, *owner; adns_query qu; };