X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/2bd4b9f4167fa254b424385ee430d1402ef087b7..2c6eb096dd80e37c12ec5a301b771ff011fc00ce:/src/internal.h?ds=sidebyside diff --git a/src/internal.h b/src/internal.h index e4ec09e..eebf2a0 100644 --- a/src/internal.h +++ b/src/internal.h @@ -114,7 +114,7 @@ typedef struct { } parseinfo; typedef struct typeinfo { - adns_rrtype type; + adns_rrtype typekey; const char *rrtname; const char *fmtname; int rrsz; @@ -404,7 +404,8 @@ void adns__sigpipe_unprotect(adns_state); adns_status adns__mkquery(adns_state ads, vbuf *vb, int *id_r, const char *owner, int ol, - const typeinfo *typei, adns_queryflags flags); + const typeinfo *typei, adns_rrtype type, + adns_queryflags flags); /* Assembles a query packet in vb. A new id is allocated and returned. */