aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet_chat_message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet_chat_message.h')
-rw-r--r--src/gnunet_chat_message.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/gnunet_chat_message.h b/src/gnunet_chat_message.h
index 68b4697..5775856 100644
--- a/src/gnunet_chat_message.h
+++ b/src/gnunet_chat_message.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2021--2022 GNUnet e.V. 3 Copyright (C) 2021--2024 GNUnet e.V.
4 4
5 GNUnet is free software: you can redistribute it and/or modify it 5 GNUnet is free software: you can redistribute it and/or modify it
6 under the terms of the GNU Affero General Public License as published 6 under the terms of the GNU Affero General Public License as published
@@ -76,9 +76,9 @@ struct GNUNET_CHAT_Message
76 */ 76 */
77struct GNUNET_CHAT_Message* 77struct GNUNET_CHAT_Message*
78message_create_from_msg (struct GNUNET_CHAT_Context *context, 78message_create_from_msg (struct GNUNET_CHAT_Context *context,
79 const struct GNUNET_HashCode *hash, 79 const struct GNUNET_HashCode *hash,
80 enum GNUNET_MESSENGER_MessageFlags flags, 80 enum GNUNET_MESSENGER_MessageFlags flags,
81 const struct GNUNET_MESSENGER_Message *msg); 81 const struct GNUNET_MESSENGER_Message *msg);
82 82
83/** 83/**
84 * Creates an internal chat message with an optional chat 84 * Creates an internal chat message with an optional chat
@@ -92,8 +92,8 @@ message_create_from_msg (struct GNUNET_CHAT_Context *context,
92 */ 92 */
93struct GNUNET_CHAT_Message* 93struct GNUNET_CHAT_Message*
94message_create_internally (struct GNUNET_CHAT_Context *context, 94message_create_internally (struct GNUNET_CHAT_Context *context,
95 enum GNUNET_CHAT_MessageFlag flag, 95 enum GNUNET_CHAT_MessageFlag flag,
96 const char *warning); 96 const char *warning);
97 97
98/** 98/**
99 * Destroys a chat <i>message</i> and frees its memory. 99 * Destroys a chat <i>message</i> and frees its memory.