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.h24
1 files changed, 16 insertions, 8 deletions
diff --git a/src/messenger/gnunet-service-messenger_message_send.h b/src/messenger/gnunet-service-messenger_message_send.h
index 63320ab17..232355c41 100644
--- a/src/messenger/gnunet-service-messenger_message_send.h
+++ b/src/messenger/gnunet-service-messenger_message_send.h
@@ -44,8 +44,10 @@
44 * @param[in] hash Hash of the message 44 * @param[in] hash Hash of the message
45 */ 45 */
46void 46void
47send_message_join (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_SrvHandle *handle, 47send_message_join (struct GNUNET_MESSENGER_SrvRoom *room,
48 const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_HashCode *hash); 48 struct GNUNET_MESSENGER_SrvHandle *handle,
49 const struct GNUNET_MESSENGER_Message *message,
50 const struct GNUNET_HashCode *hash);
49 51
50/** 52/**
51 * 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.
@@ -57,8 +59,10 @@ send_message_join (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGE
57 * @param[in] hash Hash of the message 59 * @param[in] hash Hash of the message
58 */ 60 */
59void 61void
60send_message_peer (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_SrvHandle *handle, 62send_message_peer (struct GNUNET_MESSENGER_SrvRoom *room,
61 const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_HashCode *hash); 63 struct GNUNET_MESSENGER_SrvHandle *handle,
64 const struct GNUNET_MESSENGER_Message *message,
65 const struct GNUNET_HashCode *hash);
62 66
63/** 67/**
64 * 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.
@@ -70,8 +74,10 @@ send_message_peer (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGE
70 * @param[in] hash Hash of the message 74 * @param[in] hash Hash of the message
71 */ 75 */
72void 76void
73send_message_id (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_SrvHandle *handle, 77send_message_id (struct GNUNET_MESSENGER_SrvRoom *room,
74 const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_HashCode *hash); 78 struct GNUNET_MESSENGER_SrvHandle *handle,
79 const struct GNUNET_MESSENGER_Message *message,
80 const struct GNUNET_HashCode *hash);
75 81
76/** 82/**
77 * 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.
@@ -83,7 +89,9 @@ send_message_id (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_
83 * @param[in] hash Hash of the message 89 * @param[in] hash Hash of the message
84 */ 90 */
85void 91void
86send_message_request (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_SrvHandle *handle, 92send_message_request (struct GNUNET_MESSENGER_SrvRoom *room,
87 const struct GNUNET_MESSENGER_Message *message, const struct GNUNET_HashCode *hash); 93 struct GNUNET_MESSENGER_SrvHandle *handle,
94 const struct GNUNET_MESSENGER_Message *message,
95 const struct GNUNET_HashCode *hash);
88 96
89#endif //GNUNET_SERVICE_MESSENGER_MESSAGE_SEND_H 97#endif //GNUNET_SERVICE_MESSENGER_MESSAGE_SEND_H