aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_util.c')
-rw-r--r--src/messenger/messenger_api_util.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_util.c b/src/messenger/messenger_api_util.c
index 4ad00c45e..52b4e934a 100644
--- a/src/messenger/messenger_api_util.c
+++ b/src/messenger/messenger_api_util.c
@@ -45,7 +45,8 @@ delayed_disconnect_channel (struct GNUNET_CADET_Channel *channel)
45} 45}
46 46
47int 47int
48generate_free_member_id (struct GNUNET_ShortHashCode *id, const struct GNUNET_CONTAINER_MultiShortmap *members) 48generate_free_member_id (struct GNUNET_ShortHashCode *id,
49 const struct GNUNET_CONTAINER_MultiShortmap *members)
49{ 50{
50 GNUNET_assert(id); 51 GNUNET_assert(id);
51 52
@@ -84,7 +85,8 @@ get_anonymous_public_key ()
84} 85}
85 86
86void 87void
87convert_messenger_key_to_port(const struct GNUNET_HashCode *key, struct GNUNET_HashCode *port) 88convert_messenger_key_to_port(const struct GNUNET_HashCode *key,
89 struct GNUNET_HashCode *port)
88{ 90{
89 static uint32_t version_value = 0; 91 static uint32_t version_value = 0;
90 static struct GNUNET_HashCode version; 92 static struct GNUNET_HashCode version;