aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/arm/arm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 4d8743ed0..5dd78ed25 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -42,7 +42,7 @@ struct GNUNET_ARM_StatusMessage
42{ 42{
43 43
44 /** 44 /**
45 * Reply to client, of type is GNUNET_MESSAGE_TYPE_ARM_STATUS. 45 * Reply to client, of type is #GNUNET_MESSAGE_TYPE_ARM_STATUS.
46 */ 46 */
47 struct GNUNET_MessageHeader header; 47 struct GNUNET_MessageHeader header;
48 48
@@ -100,7 +100,7 @@ struct GNUNET_ARM_ResultMessage
100 100
101/** 101/**
102 * Reply from ARM to client for the 102 * Reply from ARM to client for the
103 * GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count 103 * #GNUNET_MESSAGE_TYPE_ARM_LIST request followed by count
104 * '\0' terminated strings. header->size contains the 104 * '\0' terminated strings. header->size contains the
105 * total size (including all strings). 105 * total size (including all strings).
106 */ 106 */