check
[oweals/gnunet.git] / src / include / gnunet_protocols.h
index c1e6ca0ed749085be3496cbb1d3fe0a08459bc03..38d9713a5beb1ff9f669340d328a64a917accbbd 100644 (file)
@@ -749,6 +749,14 @@ extern "C"
  * Type of messages to instruct the local service-dns to rehijack the dns
  */
 #define GNUNET_MESSAGE_TYPE_REHIJACK 207
+/**
+ * Type of messages to send a DNS-query to another peer
+ */
+#define GNUNET_MESSAGE_TYPE_REMOTE_QUERY_DNS 208
+/**
+ * Type of messages to send a DNS-answer to another peer
+ */
+#define GNUNET_MESSAGE_TYPE_REMOTE_ANSWER_DNS 209
 
 
 /**