aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index a1390df4a..4c0c1312f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -820,8 +820,9 @@ extern "C"
820 * Key exchange messages. 820 * Key exchange messages.
821 */ 821 */
822#define GNUNET_MESSAGE_TYPE_MESH_KX 262 822#define GNUNET_MESSAGE_TYPE_MESH_KX 262
823#define GNUNET_MESSAGE_TYPE_MESH_KX_PING 263 823#define GNUNET_MESSAGE_TYPE_MESH_KX_EPHEMERAL 263
824#define GNUNET_MESSAGE_TYPE_MESH_KX_PONG 263 824#define GNUNET_MESSAGE_TYPE_MESH_KX_PING 264
825#define GNUNET_MESSAGE_TYPE_MESH_KX_PONG 265
825 826
826/** 827/**
827 * Payload data origin->end DEPRECATED. 828 * Payload data origin->end DEPRECATED.