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.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_messenger_service.h b/src/include/gnunet_messenger_service.h
index 4d3f4419e..c0c724795 100644
--- a/src/include/gnunet_messenger_service.h
+++ b/src/include/gnunet_messenger_service.h
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of GNUnet. 2 This file is part of GNUnet.
3 Copyright (C) 2020--2023 GNUnet e.V. 3 Copyright (C) 2020--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
@@ -697,6 +697,7 @@ enum GNUNET_MESSENGER_ConnectionFlags
697 * @param[in/out] cls Closure from #GNUNET_MESSENGER_connect 697 * @param[in/out] cls Closure from #GNUNET_MESSENGER_connect
698 * @param[in] room Room handle 698 * @param[in] room Room handle
699 * @param[in] sender Sender of message 699 * @param[in] sender Sender of message
700 * @param[in] recipient Recipient of message
700 * @param[in] message Newly received or sent message 701 * @param[in] message Newly received or sent message
701 * @param[in] hash Hash identifying the message 702 * @param[in] hash Hash identifying the message
702 * @param[in] flags Flags of the message 703 * @param[in] flags Flags of the message
@@ -707,6 +708,8 @@ typedef void
707 const struct 708 const struct
708 GNUNET_MESSENGER_Contact *sender, 709 GNUNET_MESSENGER_Contact *sender,
709 const struct 710 const struct
711 GNUNET_MESSENGER_Contact *recipient,
712 const struct
710 GNUNET_MESSENGER_Message *message, 713 GNUNET_MESSENGER_Message *message,
711 const struct GNUNET_HashCode *hash, 714 const struct GNUNET_HashCode *hash,
712 enum GNUNET_MESSENGER_MessageFlags flags); 715 enum GNUNET_MESSENGER_MessageFlags flags);