src/types.c, regress/: Use checklabel hook to parse PTR query domains.
[adns] / src / internal.h
index 5f8892e..c2876bf 100644 (file)
@@ -125,7 +125,7 @@ typedef struct {
 } parseinfo;
 
 union checklabel_state {
-  int dummy;
+  struct { byte ipv[4]; } ptr;
 };
 
 typedef struct {