aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/messenger_api_contact.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/messenger_api_contact.c')
-rw-r--r--src/messenger/messenger_api_contact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_contact.c b/src/messenger/messenger_api_contact.c
index a284c3b08..a11190c2c 100644
--- a/src/messenger/messenger_api_contact.c
+++ b/src/messenger/messenger_api_contact.c
@@ -27,7 +27,7 @@
27#include "messenger_api_contact.h" 27#include "messenger_api_contact.h"
28 28
29struct GNUNET_MESSENGER_Contact* 29struct GNUNET_MESSENGER_Contact*
30create_contact (const struct GNUNET_IDENTITY_PublicKey *key) 30create_contact (const struct GNUNET_CRYPTO_PublicKey *key)
31{ 31{
32 GNUNET_assert(key); 32 GNUNET_assert(key);
33 33
@@ -72,7 +72,7 @@ set_contact_name (struct GNUNET_MESSENGER_Contact *contact,
72 contact->name = name ? GNUNET_strdup(name) : NULL; 72 contact->name = name ? GNUNET_strdup(name) : NULL;
73} 73}
74 74
75const struct GNUNET_IDENTITY_PublicKey* 75const struct GNUNET_CRYPTO_PublicKey*
76get_contact_key (const struct GNUNET_MESSENGER_Contact *contact) 76get_contact_key (const struct GNUNET_MESSENGER_Contact *contact)
77{ 77{
78 GNUNET_assert(contact); 78 GNUNET_assert(contact);