-simplifying core API (#2400)
[oweals/gnunet.git] / src / chat / chat.h
index 9a52a2d75d217ceb634bd8fc15cc55ebd358634c..5df7773a7ccf33957c5e50f7ca6f993b9c07cfde 100644 (file)
@@ -41,6 +41,8 @@
  * Client-service messages
  */
 
+GNUNET_NETWORK_STRUCT_BEGIN
+
 /**
  * Notification sent by service to client indicating that we've received a chat
  * message.  After this struct, the remaining bytes are the actual text message.
@@ -476,6 +478,7 @@ struct P2PConfirmationReceiptMessage
   GNUNET_HashCode content;
 
 };
+GNUNET_NETWORK_STRUCT_END
 
 #endif