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.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/messenger/messenger_api_contact.c b/src/messenger/messenger_api_contact.c
index 04e1f60c1..cbca17640 100644
--- a/src/messenger/messenger_api_contact.c
+++ b/src/messenger/messenger_api_contact.c
@@ -60,7 +60,8 @@ get_contact_name (const struct GNUNET_MESSENGER_Contact *contact)
60} 60}
61 61
62void 62void
63set_contact_name (struct GNUNET_MESSENGER_Contact *contact, const char *name) 63set_contact_name (struct GNUNET_MESSENGER_Contact *contact,
64 const char *name)
64{ 65{
65 GNUNET_assert(contact); 66 GNUNET_assert(contact);
66 67
@@ -98,7 +99,8 @@ decrease_contact_rc (struct GNUNET_MESSENGER_Contact *contact)
98} 99}
99 100
100void 101void
101get_context_from_member (const struct GNUNET_HashCode *key, const struct GNUNET_ShortHashCode *id, 102get_context_from_member (const struct GNUNET_HashCode *key,
103 const struct GNUNET_ShortHashCode *id,
102 struct GNUNET_HashCode *context) 104 struct GNUNET_HashCode *context)
103{ 105{
104 GNUNET_assert((key) && (id) && (context)); 106 GNUNET_assert((key) && (id) && (context));