X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Finternal.h;h=9df4da5f839ea89bc299a2400c86c6dbf33e3aad;hb=382b81f736a471aafd75661b08e795ffc7521f92;hp=58cd15d2fba69ae80e8f09bf99b71580b8cce07a;hpb=ae8cc9775a6eb23901a89a2604f73525b0553db8;p=adns.git diff --git a/src/internal.h b/src/internal.h index 58cd15d..9df4da5 100644 --- a/src/internal.h +++ b/src/internal.h @@ -89,15 +89,6 @@ typedef enum { /* Shared data structures */ -typedef union { - adns_status status; - char *cp; - adns_rrtype type; - int i; - struct in_addr ia; - unsigned long ul; -} rr_align; - typedef struct { int used, avail; byte *buf;