X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/413b9ad623d4f623dad0d9d8f577607d01b37071..4b2c4f8a37e33604c1aeddafe49b7c33089692a4:/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; };