aboutsummaryrefslogtreecommitdiff
path: root/src/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/arm/arm.h')
-rw-r--r--src/arm/arm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arm/arm.h b/src/arm/arm.h
index 615079b7c..4b9da6fab 100644
--- a/src/arm/arm.h
+++ b/src/arm/arm.h
@@ -33,6 +33,7 @@
33 */ 33 */
34#define DEBUG_ARM GNUNET_EXTRA_LOGGING 34#define DEBUG_ARM GNUNET_EXTRA_LOGGING
35 35
36GNUNET_NETWORK_STRUCT_BEGIN
36 37
37/** 38/**
38 * Reply from ARM to client. 39 * Reply from ARM to client.
@@ -50,6 +51,6 @@ struct GNUNET_ARM_ResultMessage
50 */ 51 */
51 uint32_t status; 52 uint32_t status;
52}; 53};
53 54GNUNET_NETWORK_STRUCT_END
54 55
55#endif 56#endif