From ef1dabcd5c1846ec76910b7ca7a13ea0ea4f84d1 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sat, 19 Feb 2000 00:11:56 +0000 Subject: [PATCH] add dns_validator_t --- lib/dns/include/dns/types.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index 5b8a8ba594..91ce158cf0 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -94,6 +94,7 @@ typedef struct dns_acl dns_acl_t; typedef struct dns_aclenv dns_aclenv_t; typedef struct dns_byaddr dns_byaddr_t; typedef struct dns_ssutable dns_ssutable_t; +typedef struct dns_validator dns_validator_t; typedef enum { dns_labeltype_ordinary = 0,