aboutsummaryrefslogtreecommitdiff
path: root/src/messenger/gnunet-service-messenger_room.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/messenger/gnunet-service-messenger_room.h')
-rw-r--r--src/messenger/gnunet-service-messenger_room.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/messenger/gnunet-service-messenger_room.h b/src/messenger/gnunet-service-messenger_room.h
index b6a0f1064..31ec877af 100644
--- a/src/messenger/gnunet-service-messenger_room.h
+++ b/src/messenger/gnunet-service-messenger_room.h
@@ -132,7 +132,7 @@ get_room_operation_store (struct GNUNET_MESSENGER_SrvRoom *room);
132 * 132 *
133 * Calling this method should result in joining a room and sending a peer message as well for this peer. 133 * Calling this method should result in joining a room and sending a peer message as well for this peer.
134 * 134 *
135 * If the function returns #GNUNET_YES the port for this room is guranteed to be open for incoming connections. 135 * If the function returns #GNUNET_YES the port for this room is guaranteed to be open for incoming connections.
136 * 136 *
137 * @param[in/out] room Room 137 * @param[in/out] room Room
138 * @param[in/out] handle Handle 138 * @param[in/out] handle Handle
@@ -160,7 +160,7 @@ enter_room_at (struct GNUNET_MESSENGER_SrvRoom *room, struct GNUNET_MESSENGER_Sr
160 * timestamp of the message, the sender id and the previous messages hash automatically before packing. The message 160 * timestamp of the message, the sender id and the previous messages hash automatically before packing. The message
161 * will be signed by the handles EGO. 161 * will be signed by the handles EGO.
162 * 162 *
163 * If the optional <i>hash</i> parameter is a valid pointer, its value will be overriden by the signed messages hash. 163 * If the optional <i>hash</i> parameter is a valid pointer, its value will be overridden by the signed messages hash.
164 * 164 *
165 * If <i>mode</i> is set to #GNUNET_MESSENGER_PACK_MODE_ENVELOPE, the function returns a valid envelope to send 165 * If <i>mode</i> is set to #GNUNET_MESSENGER_PACK_MODE_ENVELOPE, the function returns a valid envelope to send
166 * through a message queue, otherwise NULL. 166 * through a message queue, otherwise NULL.