aboutsummaryrefslogtreecommitdiff
path: root/src/core/gnunet-service-core_kx.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-07-25 16:21:08 +0000
committerChristian Grothoff <christian@grothoff.org>2016-07-25 16:21:08 +0000
commit59a1974b48463e363442bd4e8f81741ee86d4123 (patch)
tree0ff840b29d0075a99b72344b911de0fc0b7893cd /src/core/gnunet-service-core_kx.h
parent0b426b77cec77e80f10611614caf0689db2014b8 (diff)
downloadgnunet-59a1974b48463e363442bd4e8f81741ee86d4123.tar.gz
gnunet-59a1974b48463e363442bd4e8f81741ee86d4123.zip
-preparatory steps for transport API change
Diffstat (limited to 'src/core/gnunet-service-core_kx.h')
-rw-r--r--src/core/gnunet-service-core_kx.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/gnunet-service-core_kx.h b/src/core/gnunet-service-core_kx.h
index 343015de5..7649315ce 100644
--- a/src/core/gnunet-service-core_kx.h
+++ b/src/core/gnunet-service-core_kx.h
@@ -37,6 +37,15 @@ struct GSC_KeyExchangeInfo;
37 37
38 38
39/** 39/**
40 * Obtain the array of message handlers provided by KX.
41 *
42 * @return NULL-entry terminated array of handlers
43 */
44const struct GNUNET_MQ_MessageHandler *
45GSC_KX_get_handlers (void);
46
47
48/**
40 * We received a EPHEMERAL_KEY message. Validate and update 49 * We received a EPHEMERAL_KEY message. Validate and update
41 * our key material and status. 50 * our key material and status.
42 * 51 *