summaryrefslogtreecommitdiff
path: root/src/resolve/dns-type.h
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-07-23 13:48:56 +0200
committerTom Gundersen <teg@jklm.no>2015-07-23 18:06:50 +0200
commit8e6edc490c612d5c0f58a267b066e66a1ccaae2a (patch)
tree444adb140ba01b3d82f8e77686fbe31b15b37f9b /src/resolve/dns-type.h
parent0bbd72b2f3d79b5f15ae1fa7d1fea6e579eeef97 (diff)
resolved: rr - ignore pseudo types in NSEC(3) bitmaps
Diffstat (limited to 'src/resolve/dns-type.h')
-rw-r--r--src/resolve/dns-type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resolve/dns-type.h b/src/resolve/dns-type.h
index 86951d233a..950af36ee3 100644
--- a/src/resolve/dns-type.h
+++ b/src/resolve/dns-type.h
@@ -25,6 +25,7 @@
const char *dns_type_to_string(int type);
int dns_type_from_string(const char *s);
+bool dns_type_is_pseudo(int n);
/* DNS record types, taken from
* http://www.iana.org/assignments/dns-parameters/dns-parameters.xhtml.