aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/gnunet_chat_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index aa9b456..cc08662 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -517,7 +517,7 @@ GNUNET_CHAT_group_get_user_pointer (const struct GNUNET_CHAT_Group *group);
517 * @param[in,out] contact Contact 517 * @param[in,out] contact Contact
518 */ 518 */
519void 519void
520GNUNET_CHAT_group_invite_contact (struct GNUNET_CHAT_Group *group, 520GNUNET_CHAT_group_invite_contact (const struct GNUNET_CHAT_Group *group,
521 struct GNUNET_CHAT_Contact *contact); 521 struct GNUNET_CHAT_Contact *contact);
522 522
523/** 523/**