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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/messenger/messenger_api_util.h b/src/messenger/messenger_api_util.h
index f50abf445..6a7b4df89 100644
--- a/src/messenger/messenger_api_util.h
+++ b/src/messenger/messenger_api_util.h
@@ -81,8 +81,8 @@ get_anonymous_public_key ();
81 * @param[out] port CADET service port 81 * @param[out] port CADET service port
82 */ 82 */
83void 83void
84convert_messenger_key_to_port(const struct GNUNET_HashCode *key, 84convert_messenger_key_to_port (const struct GNUNET_HashCode *key,
85 struct GNUNET_HashCode *port); 85 struct GNUNET_HashCode *port);
86 86
87/** 87/**
88 * Converts a peers identity to a short hash code which can be used 88 * Converts a peers identity to a short hash code which can be used
@@ -92,7 +92,7 @@ convert_messenger_key_to_port(const struct GNUNET_HashCode *key,
92 * @param[out] id Short peer id 92 * @param[out] id Short peer id
93 */ 93 */
94void 94void
95convert_peer_identity_to_id(const struct GNUNET_PeerIdentity *identity, 95convert_peer_identity_to_id (const struct GNUNET_PeerIdentity *identity,
96 struct GNUNET_ShortHashCode *id); 96 struct GNUNET_ShortHashCode *id);
97 97
98#endif //GNUNET_SERVICE_MESSENGER_UTIL_H 98#endif //GNUNET_SERVICE_MESSENGER_UTIL_H