aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_smtp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/plugin_transport_smtp.c')
-rw-r--r--src/transport/plugin_transport_smtp.c3
1 files changed, 3 insertions, 0 deletions
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
72 72
73} EmailAddress; 73} EmailAddress;
74 74
75GNUNET_NETWORK_STRUCT_BEGIN
76
75/** 77/**
76 * Encapsulation of a GNUnet message in the SMTP mail body (before 78 * Encapsulation of a GNUnet message in the SMTP mail body (before
77 * base64 encoding). 79 * base64 encoding).
@@ -86,6 +88,7 @@ typedef struct
86 GNUNET_PeerIdentity sender; 88 GNUNET_PeerIdentity sender;
87 89
88} SMTPMessage; 90} SMTPMessage;
91GNUNET_NETWORK_STRUCT_END
89 92
90/* *********** globals ************* */ 93/* *********** globals ************* */
91 94