aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns.h')
-rw-r--r--src/gns/gns.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gns/gns.h b/src/gns/gns.h
index 8465f49f9..1fa812c23 100644
--- a/src/gns/gns.h
+++ b/src/gns/gns.h
@@ -33,7 +33,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
33/** 33/**
34 * Message from client to GNS service to lookup records. 34 * Message from client to GNS service to lookup records.
35 */ 35 */
36struct LookupMessage { 36struct LookupMessage
37{
37 /** 38 /**
38 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP 39 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP
39 */ 40 */
@@ -72,7 +73,8 @@ struct LookupMessage {
72/** 73/**
73 * Message from GNS service to client: new results. 74 * Message from GNS service to client: new results.
74 */ 75 */
75struct LookupResultMessage { 76struct LookupResultMessage
77{
76 /** 78 /**
77 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT 79 * Header of type #GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT
78 */ 80 */