]> git.proxmox.com Git - systemd.git/blobdiff - src/resolve/dns-type.h
Imported Upstream version 231
[systemd.git] / src / resolve / dns-type.h
index 7b79d29d7ef1eaef3df09a5fdd8b82a60e5b08d3..e675fe4ea310592c1862043a39d525ca3f3687e9 100644 (file)
@@ -136,6 +136,7 @@ bool dns_type_is_obsolete(uint16_t type);
 bool dns_type_may_wildcard(uint16_t type);
 bool dns_type_apex_only(uint16_t type);
 bool dns_type_needs_authentication(uint16_t type);
+bool dns_type_is_zone_transer(uint16_t type);
 int dns_type_to_af(uint16_t type);
 
 bool dns_class_is_pseudo(uint16_t class);