aboutsummaryrefslogtreecommitdiff
path: root/include/gnunet_chat_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gnunet_chat_lib.h')
-rw-r--r--include/gnunet_chat_lib.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index e8a409f..91cd9b6 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -764,8 +764,8 @@ GNUNET_CHAT_context_request (struct GNUNET_CHAT_Context *context);
764 * @param[in] context Context 764 * @param[in] context Context
765 * @return Chat contact 765 * @return Chat contact
766 */ 766 */
767const struct GNUNET_CHAT_Contact* 767struct GNUNET_CHAT_Contact*
768GNUNET_CHAT_context_get_contact (const struct GNUNET_CHAT_Context *context); 768GNUNET_CHAT_context_get_contact (struct GNUNET_CHAT_Context *context);
769 769
770/** 770/**
771 * Returns the chat group which uses a given <i>context</i>. 771 * Returns the chat group which uses a given <i>context</i>.
@@ -773,8 +773,8 @@ GNUNET_CHAT_context_get_contact (const struct GNUNET_CHAT_Context *context);
773 * @param[in] context Context 773 * @param[in] context Context
774 * @return Chat group 774 * @return Chat group
775 */ 775 */
776const struct GNUNET_CHAT_Group* 776struct GNUNET_CHAT_Group*
777GNUNET_CHAT_context_get_group (const struct GNUNET_CHAT_Context *context); 777GNUNET_CHAT_context_get_group (struct GNUNET_CHAT_Context *context);
778 778
779/** 779/**
780 * Sets a custom <i>user pointer</i> to a given chat <i>context</i> so it can 780 * Sets a custom <i>user pointer</i> to a given chat <i>context</i> so it can