aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_protocols.h')
-rw-r--r--src/include/gnunet_protocols.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_protocols.h b/src/include/gnunet_protocols.h
index 1c3788880..851f28d86 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -899,6 +899,11 @@ extern "C"
899#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275 899#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_ACK 275
900 900
901/** 901/**
902 * Reject the creation of a channel
903 */
904#define GNUNET_MESSAGE_TYPE_MESH_CHANNEL_NACK 276
905
906/**
902 * Encrypted data going forward. DEPRECATED 907 * Encrypted data going forward. DEPRECATED
903 */ 908 */
904#define GNUNET_MESSAGE_TYPE_MESH_FWD 280 909#define GNUNET_MESSAGE_TYPE_MESH_FWD 280