diff options
Diffstat (limited to 'src/gnunet_chat_contact.c')
-rw-r--r-- | src/gnunet_chat_contact.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gnunet_chat_contact.c b/src/gnunet_chat_contact.c index 1f88cad..5b6c1a5 100644 --- a/src/gnunet_chat_contact.c +++ b/src/gnunet_chat_contact.c @@ -71,7 +71,7 @@ contact_update_key (struct GNUNET_CHAT_Contact *contact) } struct GNUNET_CHAT_Context* -contact_find_context (struct GNUNET_CHAT_Contact *contact) +contact_find_context (const struct GNUNET_CHAT_Contact *contact) { GNUNET_assert(contact); |