aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_util.h')
-rw-r--r--src/messenger/messenger_api_util.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_util.h b/src/messenger/messenger_api_util.h
index af562a1e8..af64790b6 100644
--- a/src/messenger/messenger_api_util.h
+++ b/src/messenger/messenger_api_util.h
@@ -51,7 +51,8 @@ delayed_disconnect_channel (struct GNUNET_CADET_Channel *channel);
51 * @return #GNUNET_YES on success, #GNUNET_NO on failure 51 * @return #GNUNET_YES on success, #GNUNET_NO on failure
52 */ 52 */
53int 53int
54generate_free_member_id (struct GNUNET_ShortHashCode *id, const struct GNUNET_CONTAINER_MultiShortmap *members); 54generate_free_member_id (struct GNUNET_ShortHashCode *id,
55 const struct GNUNET_CONTAINER_MultiShortmap *members);
55 56
56/** 57/**
57 * Returns the public identity key of #GNUNET_IDENTITY_ego_get_anonymous() without 58 * Returns the public identity key of #GNUNET_IDENTITY_ego_get_anonymous() without
@@ -73,6 +74,7 @@ get_anonymous_public_key ();
73 * @param[out] port CADET service port 74 * @param[out] port CADET service port
74 */ 75 */
75void 76void
76convert_messenger_key_to_port(const struct GNUNET_HashCode *key, struct GNUNET_HashCode *port); 77convert_messenger_key_to_port(const struct GNUNET_HashCode *key,
78 struct GNUNET_HashCode *port);
77 79
78#endif //GNUNET_SERVICE_MESSENGER_UTIL_H 80#endif //GNUNET_SERVICE_MESSENGER_UTIL_H