aboutsummaryrefslogtreecommitdiff
path: root/src/mesh/gnunet-service-mesh_local.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/gnunet-service-mesh_local.h')
-rw-r--r--src/mesh/gnunet-service-mesh_local.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesh/gnunet-service-mesh_local.h b/src/mesh/gnunet-service-mesh_local.h
index b3a7ad621..5a22c66ab 100644
--- a/src/mesh/gnunet-service-mesh_local.h
+++ b/src/mesh/gnunet-service-mesh_local.h
@@ -53,7 +53,7 @@ struct MeshClient;
53 53
54/** 54/**
55 * Initialize server subsystem. 55 * Initialize server subsystem.
56 * 56 *
57 * @param handle Server handle. 57 * @param handle Server handle.
58 */ 58 */
59void 59void
@@ -123,7 +123,7 @@ GML_send_channel_destroy (struct MeshClient *c, uint32_t id);
123 123
124/** 124/**
125 * Modify the mesh message TID from global to local and send to client. 125 * Modify the mesh message TID from global to local and send to client.
126 * 126 *
127 * @param ch Channel on which to send the message. 127 * @param ch Channel on which to send the message.
128 * @param msg Message to modify and send. 128 * @param msg Message to modify and send.
129 * @param c Client to send to. 129 * @param c Client to send to.