aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_messenger_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_messenger_service.h')
-rw-r--r--src/include/gnunet_messenger_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index f76e1832a..4567a63a4 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -701,7 +701,7 @@ GNUNET_MESSENGER_find_rooms (const struct GNUNET_MESSENGER_Handle *handle, const
701 * @param[in] hash Hash identifying a message 701 * @param[in] hash Hash identifying a message
702 * @return Contact handle, NULL otherwise 702 * @return Contact handle, NULL otherwise
703 */ 703 */
704struct GNUNET_MESSENGER_Contact* 704const struct GNUNET_MESSENGER_Contact*
705GNUNET_MESSENGER_get_sender (const struct GNUNET_MESSENGER_Room *room, const struct GNUNET_HashCode *hash); 705GNUNET_MESSENGER_get_sender (const struct GNUNET_MESSENGER_Room *room, const struct GNUNET_HashCode *hash);
706 706
707/** 707/**