aboutsummaryrefslogtreecommitdiff
path: root/src/chat/chat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/chat/chat.h')
-rw-r--r--src/chat/chat.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/chat/chat.h b/src/chat/chat.h
index 9a52a2d75..5df7773a7 100644
--- a/src/chat/chat.h
+++ b/src/chat/chat.h
@@ -41,6 +41,8 @@
41 * Client-service messages 41 * Client-service messages
42 */ 42 */
43 43
44GNUNET_NETWORK_STRUCT_BEGIN
45
44/** 46/**
45 * Notification sent by service to client indicating that we've received a chat 47 * Notification sent by service to client indicating that we've received a chat
46 * message. After this struct, the remaining bytes are the actual text message. 48 * message. After this struct, the remaining bytes are the actual text message.
@@ -476,6 +478,7 @@ struct P2PConfirmationReceiptMessage
476 GNUNET_HashCode content; 478 GNUNET_HashCode content;
477 479
478}; 480};
481GNUNET_NETWORK_STRUCT_END
479 482
480#endif 483#endif
481 484