summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--avahi-common/defs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/avahi-common/defs.h b/avahi-common/defs.h
index 4efa5ad..cbe20eb 100644
--- a/avahi-common/defs.h
+++ b/avahi-common/defs.h
@@ -289,6 +289,8 @@ enum {
AVAHI_DNS_TYPE_TXT = 0x10,
AVAHI_DNS_TYPE_AAAA = 0x1C,
AVAHI_DNS_TYPE_SRV = 0x21,
+ AVAHI_DNS_TYPE_RRSIG = 0x2E,
+ AVAHI_DNS_TYPE_DNSKEY = 0x30
};
/** DNS record classes, see RFC 1035 */