aboutsummaryrefslogtreecommitdiff
path: root/src/core/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/core.h')
-rw-r--r--src/core/core.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/core/core.h b/src/core/core.h
index b76528a8e..4942ad054 100644
--- a/src/core/core.h
+++ b/src/core/core.h
@@ -50,6 +50,8 @@
50#define GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND 64 50#define GNUNET_CORE_OPTION_SEND_HDR_OUTBOUND 64
51 51
52 52
53GNUNET_NETWORK_STRUCT_BEGIN
54
53/** 55/**
54 * Message transmitted core clients to gnunet-service-core 56 * Message transmitted core clients to gnunet-service-core
55 * to start the interaction. This header is followed by 57 * to start the interaction. This header is followed by
@@ -373,6 +375,6 @@ struct ConnectMessage
373 struct GNUNET_PeerIdentity peer; 375 struct GNUNET_PeerIdentity peer;
374 376
375}; 377};
376 378GNUNET_NETWORK_STRUCT_END
377#endif 379#endif
378/* end of core.h */ 380/* end of core.h */