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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index 9734644..881938c 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -31,6 +31,7 @@
31 31
32#include <gnunet/platform.h> 32#include <gnunet/platform.h>
33#include <gnunet/gnunet_common.h> 33#include <gnunet/gnunet_common.h>
34#include <gnunet/gnunet_time_lib.h>
34#include <gnunet/gnunet_util_lib.h> 35#include <gnunet/gnunet_util_lib.h>
35 36
36/** 37/**
@@ -184,8 +185,8 @@ typedef int
184 * @return 185 * @return
185 */ 186 */
186typedef int 187typedef int
187(*GNUNET_CHAT_MessageReadReceiptCallback) (void *cls, struct GNUNET_CHAT_Message *message, 188(*GNUNET_CHAT_MessageReadReceiptCallback) (void *cls, const struct GNUNET_CHAT_Message *message,
188 struct GNUNET_CHAT_Contact *contact, 189 const struct GNUNET_CHAT_Contact *contact,
189 int read_receipt); 190 int read_receipt);
190 191
191/** 192/**
@@ -373,7 +374,7 @@ GNUNET_CHAT_contact_set_user_pointer (struct GNUNET_CHAT_Contact *contact,
373 * @return 374 * @return
374 */ 375 */
375void* 376void*
376GNUNET_CHAT_contact_get_user_pointer (struct GNUNET_CHAT_Contact *contact); 377GNUNET_CHAT_contact_get_user_pointer (const struct GNUNET_CHAT_Contact *contact);
377 378
378/** 379/**
379 * TODO 380 * TODO