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.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/include/gnunet_chat_lib.h b/include/gnunet_chat_lib.h
index 3d2437a..9734644 100644
--- a/include/gnunet_chat_lib.h
+++ b/include/gnunet_chat_lib.h
@@ -559,6 +559,24 @@ GNUNET_CHAT_message_get_sender (const struct GNUNET_CHAT_Message *message);
559 * TODO 559 * TODO
560 * 560 *
561 * @param message 561 * @param message
562 * @return
563 */
564int
565GNUNET_CHAT_message_is_sent (const struct GNUNET_CHAT_Message *message);
566
567/**
568 * TODO
569 *
570 * @param message
571 * @return
572 */
573int
574GNUNET_CHAT_message_is_private (const struct GNUNET_CHAT_Message *message);
575
576/**
577 * TODO
578 *
579 * @param message
562 * @param callback 580 * @param callback
563 * @param cls 581 * @param cls
564 * @return 582 * @return