summaryrefslogtreecommitdiff
path: root/src/dns/dns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dns/dns.h')
-rw-r--r--src/dns/dns.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/dns/dns.h b/src/dns/dns.h
index 12d8f6025..515012079 100644
--- a/src/dns/dns.h
+++ b/src/dns/dns.h
@@ -32,7 +32,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
32/** 32/**
33 * Message from client to DNS service to register itself. 33 * Message from client to DNS service to register itself.
34 */ 34 */
35struct GNUNET_DNS_Register { 35struct GNUNET_DNS_Register
36{
36 /** 37 /**
37 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_INIT 38 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_INIT
38 */ 39 */
@@ -48,7 +49,8 @@ struct GNUNET_DNS_Register {
48/** 49/**
49 * Message from DNS service to client: please handle a request. 50 * Message from DNS service to client: please handle a request.
50 */ 51 */
51struct GNUNET_DNS_Request { 52struct GNUNET_DNS_Request
53{
52 /** 54 /**
53 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_REQUEST 55 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_REQUEST
54 */ 56 */
@@ -71,7 +73,8 @@ struct GNUNET_DNS_Request {
71/** 73/**
72 * Message from client to DNS service: here is my reply. 74 * Message from client to DNS service: here is my reply.
73 */ 75 */
74struct GNUNET_DNS_Response { 76struct GNUNET_DNS_Response
77{
75 /** 78 /**
76 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE 79 * Header of type #GNUNET_MESSAGE_TYPE_DNS_CLIENT_RESPONSE
77 */ 80 */