summaryrefslogtreecommitdiff
path: root/src/util/resolver.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/resolver.h')
-rw-r--r--src/util/resolver.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/util/resolver.h b/src/util/resolver.h
index 9b75b0c66..e487f6e6f 100644
--- a/src/util/resolver.h
+++ b/src/util/resolver.h
@@ -40,7 +40,8 @@ GNUNET_NETWORK_STRUCT_BEGIN
40 * will just be a header without any data (used to indicate the end of 40 * will just be a header without any data (used to indicate the end of
41 * the list). 41 * the list).
42 */ 42 */
43struct GNUNET_RESOLVER_GetMessage { 43struct GNUNET_RESOLVER_GetMessage
44{
44 /** 45 /**
45 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST 46 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_REQUEST
46 */ 47 */
@@ -68,7 +69,8 @@ struct GNUNET_RESOLVER_GetMessage {
68}; 69};
69 70
70 71
71struct GNUNET_RESOLVER_ResponseMessage { 72struct GNUNET_RESOLVER_ResponseMessage
73{
72 /** 74 /**
73 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE 75 * Type: #GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE
74 */ 76 */