aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_protocols.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-01-25 18:34:41 +0100
committerChristian Grothoff <christian@grothoff.org>2019-01-25 18:34:57 +0100
commit8e157def22a61958cd4b6c791da505a38062cc1d (patch)
treec7a53e64681bca90ad4cb69f5fe5e6f9fa0bd8e8 /src/include/gnunet_protocols.h
parent7536db9fc52657812e14c6890f2a95db8ca685b2 (diff)
downloadgnunet-8e157def22a61958cd4b6c791da505a38062cc1d.tar.gz
gnunet-8e157def22a61958cd4b6c791da505a38062cc1d.zip
add prototypes for handlers for incoming messages
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 8593005d7..a8d716b3f 100644
--- a/src/include/gnunet_protocols.h
+++ b/src/include/gnunet_protocols.h
@@ -3125,6 +3125,11 @@ extern "C"
3125#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_BOX 1219 3125#define GNUNET_MESSAGE_TYPE_TRANSPORT_DV_BOX 1219
3126 3126
3127/** 3127/**
3128 * Transport affirming receipt of an ephemeral key.
3129 */
3130#define GNUNET_MESSAGE_TYPE_TRANSPORT_EPHEMERAL_CONFIRMATION 1220
3131
3132/**
3128 * Message sent to indicate to the transport that a monitor 3133 * Message sent to indicate to the transport that a monitor
3129 * wants to observe certain events. 3134 * wants to observe certain events.
3130 */ 3135 */