X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftransport%2Fplugin_transport_smtp.c;h=b589e117786b61ae6e49e1b7149f4609c02511ca;hb=f181f6eaf8cdb1fdb47dc98cf171ad1be842b441;hp=fa11a9b6d3d93c9036f470682462bdcf16b87d72;hpb=a5d0694571db763efd0787a680168492f325b2e6;p=oweals%2Fgnunet.git diff --git a/src/transport/plugin_transport_smtp.c b/src/transport/plugin_transport_smtp.c index fa11a9b6d..b589e1177 100644 --- a/src/transport/plugin_transport_smtp.c +++ b/src/transport/plugin_transport_smtp.c @@ -72,6 +72,8 @@ typedef struct } EmailAddress; +GNUNET_NETWORK_STRUCT_BEGIN + /** * Encapsulation of a GNUnet message in the SMTP mail body (before * base64 encoding). @@ -86,6 +88,7 @@ typedef struct GNUNET_PeerIdentity sender; } SMTPMessage; +GNUNET_NETWORK_STRUCT_END /* *********** globals ************* */