aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2021-12-21 00:32:18 +0100
committerTheJackiMonster <thejackimonster@gmail.com>2021-12-21 00:32:18 +0100
commita7308b22bf24131c5a0bf715e4f79e375e4bcfa2 (patch)
tree588700e7142966008f329caf8f871eea65ad9988 /include
parent9cb19e10c1912fa3140098e86763ecd042997d03 (diff)
downloadlibgnunetchat-a7308b22bf24131c5a0bf715e4f79e375e4bcfa2.tar.gz
libgnunetchat-a7308b22bf24131c5a0bf715e4f79e375e4bcfa2.zip
Fixed contexts to re-check for being contact related when unknown type
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
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/**