aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_message_send.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_message_send.h')
-rw-r--r--src/messenger/gnunet-service-messenger_message_send.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/messenger/gnunet-service-messenger_message_send.h b/src/messenger/gnunet-service-messenger_message_send.h
index 232355c41..8d782c5a6 100644
--- a/src/messenger/gnunet-service-messenger_message_send.h
+++ b/src/messenger/gnunet-service-messenger_message_send.h
@@ -38,8 +38,8 @@
38 * Handles a sent join message to ensure growth of the decentralized room structure. 38 * Handles a sent join message to ensure growth of the decentralized room structure.
39 * (if the service provides a peer message for this room currently, it will be forwarded) 39 * (if the service provides a peer message for this room currently, it will be forwarded)
40 * 40 *
41 * @param[in/out] room Room of the message 41 * @param[in,out] room Room of the message
42 * @param[in/out] handle Sending handle 42 * @param[in,out] handle Sending handle
43 * @param[in] message JOIN-Message 43 * @param[in] message JOIN-Message
44 * @param[in] hash Hash of the message 44 * @param[in] hash Hash of the message
45 */ 45 */
@@ -53,8 +53,8 @@ send_message_join (struct GNUNET_MESSENGER_SrvRoom *room,
53 * Handles a sent peer message to update the rooms peer message of this service. 53 * Handles a sent peer message to update the rooms peer message of this service.
54 * (a set peer message indicates this service being a part of the decentralized room structure) 54 * (a set peer message indicates this service being a part of the decentralized room structure)
55 * 55 *
56 * @param[in/out] room Room of the message 56 * @param[in,out] room Room of the message
57 * @param[in/out] handle Sending handle 57 * @param[in,out] handle Sending handle
58 * @param[in] message PEER-Message 58 * @param[in] message PEER-Message
59 * @param[in] hash Hash of the message 59 * @param[in] hash Hash of the message
60 */ 60 */
@@ -68,8 +68,8 @@ send_message_peer (struct GNUNET_MESSENGER_SrvRoom *room,
68 * Handles a sent id message to update the handles member id in the room. 68 * Handles a sent id message to update the handles member id in the room.
69 * (changing member id is useful to prevent collisions) 69 * (changing member id is useful to prevent collisions)
70 * 70 *
71 * @param[in/out] room Room of the message 71 * @param[in,out] room Room of the message
72 * @param[in/out] handle Sending handle 72 * @param[in,out] handle Sending handle
73 * @param[in] message ID-Message 73 * @param[in] message ID-Message
74 * @param[in] hash Hash of the message 74 * @param[in] hash Hash of the message
75 */ 75 */
@@ -83,8 +83,8 @@ send_message_id (struct GNUNET_MESSENGER_SrvRoom *room,
83 * Handles a sent request message to trigger the request operation for this service. 83 * Handles a sent request message to trigger the request operation for this service.
84 * (the request operation will deactivate the possibility of spamming requests) 84 * (the request operation will deactivate the possibility of spamming requests)
85 * 85 *
86 * @param[in/out] room Room of the message 86 * @param[in,out] room Room of the message
87 * @param[in/out] handle Sending handle 87 * @param[in,out] handle Sending handle
88 * @param[in] message PEER-Message 88 * @param[in] message PEER-Message
89 * @param[in] hash Hash of the message 89 * @param[in] hash Hash of the message
90 */ 90 */