]> git.karo-electronics.de Git - mdnsd.git/commitdiff
add QTYPE_ANY enum
authorSimon Budig <simon@budig.de>
Mon, 9 Mar 2009 10:47:17 +0000 (11:47 +0100)
committerOle Reinhardt <ole.reinhardt@kernelconcepts.de>
Sun, 28 Apr 2013 23:02:23 +0000 (01:02 +0200)
1035.h

diff --git a/1035.h b/1035.h
index 3b205ab7671fccebd615875f8590e2d4f193e8bf..054980917aee9687dbea0a7f6903ccb94f4aeba6 100644 (file)
--- a/1035.h
+++ b/1035.h
@@ -20,6 +20,7 @@ struct question
 #define QTYPE_PTR 12
 #define QTYPE_TXT 16
 #define QTYPE_SRV 33
+#define QTYPE_ANY 255
 
 struct resource
 {