diff options
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r-- | include/gnunet_chat_lib.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h index b0665d9..f775161 100644 --- a/include/gnunet_chat_lib.h +++ b/include/gnunet_chat_lib.h | |||
@@ -166,7 +166,7 @@ typedef int | |||
166 | */ | 166 | */ |
167 | typedef int | 167 | typedef int |
168 | (*GNUNET_CHAT_GroupContactCallback) (void *cls, | 168 | (*GNUNET_CHAT_GroupContactCallback) (void *cls, |
169 | struct GNUNET_CHAT_Group *group, | 169 | const struct GNUNET_CHAT_Group *group, |
170 | struct GNUNET_CHAT_Contact *contact); | 170 | struct GNUNET_CHAT_Contact *contact); |
171 | 171 | ||
172 | /** | 172 | /** |
@@ -514,7 +514,7 @@ GNUNET_CHAT_group_invite_contact (struct GNUNET_CHAT_Group *group, | |||
514 | * @return Amount of contacts iterated or #GNUNET_SYSERR on failure | 514 | * @return Amount of contacts iterated or #GNUNET_SYSERR on failure |
515 | */ | 515 | */ |
516 | int | 516 | int |
517 | GNUNET_CHAT_group_iterate_contacts (struct GNUNET_CHAT_Group *group, | 517 | GNUNET_CHAT_group_iterate_contacts (const struct GNUNET_CHAT_Group *group, |
518 | GNUNET_CHAT_GroupContactCallback callback, | 518 | GNUNET_CHAT_GroupContactCallback callback, |
519 | void *cls); | 519 | void *cls); |
520 | 520 | ||