aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_cadet_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_cadet_service.h')
-rw-r--r--src/include/gnunet_cadet_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_cadet_service.h b/src/include/gnunet_cadet_service.h
index 93c8aabb8..f08c1572a 100644
--- a/src/include/gnunet_cadet_service.h
+++ b/src/include/gnunet_cadet_service.h
@@ -170,7 +170,7 @@ GNUNET_CADET_disconnect (struct GNUNET_CADET_Handle *handle);
170 170
171 171
172/** 172/**
173 * Open a port to receive incomming MQ-based channels. 173 * Open a port to receive incoming MQ-based channels.
174 * 174 *
175 * @param h CADET handle. 175 * @param h CADET handle.
176 * @param port Hash identifying the port. 176 * @param port Hash identifying the port.
@@ -309,7 +309,7 @@ union GNUNET_CADET_ChannelInfo
309 * Get information about a channel. 309 * Get information about a channel.
310 * 310 *
311 * @param channel Channel handle. 311 * @param channel Channel handle.
312 * @param ... dependant on option, currently not used 312 * @param ... dependent on option, currently not used
313 * @return Union with an answer to the query. 313 * @return Union with an answer to the query.
314 */ 314 */
315const union GNUNET_CADET_ChannelInfo * 315const union GNUNET_CADET_ChannelInfo *