protocol handling for DNSSEC
diff --git a/src/dnsmasq.h b/src/dnsmasq.h
index 4d91d92..7ffef8f 100644
--- a/src/dnsmasq.h
+++ b/src/dnsmasq.h
@@ -230,7 +230,8 @@
 #define OPT_QUIET_DHCP6    43
 #define OPT_QUIET_RA	   44
 #define OPT_DNSSEC_VALID   45
-#define OPT_LAST           46
+#define OPT_DNSSEC_PERMISS 46
+#define OPT_LAST           47
 
 /* extra flags for my_syslog, we use a couple of facilities since they are known 
    not to occupy the same bits as priorities, no matter how syslog.h is set up. */