From a866eaa4acc149254bceef093226125e24037003 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Tue, 16 Feb 1999 08:17:45 +0000 Subject: [PATCH] add dns_namereln_t --- lib/dns/include/dns/types.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/dns/include/dns/types.h b/lib/dns/include/dns/types.h index e0ff260624..15c5812e12 100644 --- a/lib/dns/include/dns/types.h +++ b/lib/dns/include/dns/types.h @@ -62,6 +62,14 @@ typedef enum { dns_bitlabel_1 = 1 } dns_bitlabel_t; +typedef enum { + dns_namereln_none = 0, + dns_namereln_contains = 1, + dns_namereln_subdomain = 2, + dns_namereln_equal = 3, + dns_namereln_commonancestor = 4 +} dns_namereln_t; + #include enum { dns_rdatatype_none = 0,