aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/cadet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/cadet.h')
-rw-r--r--src/cadet/cadet.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cadet/cadet.h b/src/cadet/cadet.h
index d17eab1d6..31dad4117 100644
--- a/src/cadet/cadet.h
+++ b/src/cadet/cadet.h
@@ -325,7 +325,7 @@ struct GNUNET_CADET_RequestDropCadetMessage
325 * Type: #GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE 325 * Type: #GNUNET_MESSAGE_TYPE_CADET_DROP_CADET_MESSAGE
326 */ 326 */
327 struct GNUNET_MessageHeader header; 327 struct GNUNET_MessageHeader header;
328 328
329 /** 329 /**
330 * Type of the message this handler covers, in host byte order. 330 * Type of the message this handler covers, in host byte order.
331 */ 331 */
@@ -337,7 +337,7 @@ struct GNUNET_CADET_RequestDropCadetMessage
337 struct GNUNET_CADET_ClientChannelNumber ccn; 337 struct GNUNET_CADET_ClientChannelNumber ccn;
338 338
339}; 339};
340 340
341/** 341/**
342 * Message to inform the client about channels in the service. 342 * Message to inform the client about channels in the service.
343 */ 343 */