aboutsummaryrefslogtreecommitdiff
path: root/src/cadet/gnunet-service-cadet.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cadet/gnunet-service-cadet.c')
-rw-r--r--src/cadet/gnunet-service-cadet.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cadet/gnunet-service-cadet.c b/src/cadet/gnunet-service-cadet.c
index dd1f05807..07b580005 100644
--- a/src/cadet/gnunet-service-cadet.c
+++ b/src/cadet/gnunet-service-cadet.c
@@ -442,7 +442,7 @@ shutdown_task (void *cls)
442 * client @a cls opened port @a port. Bind them now. 442 * client @a cls opened port @a port. Bind them now.
443 * 443 *
444 * @param cls the `struct CadetClient` 444 * @param cls the `struct CadetClient`
445 * @param h_port the hashed port 445 * @param port the hashed port
446 * @param value the `struct CadetChannel` 446 * @param value the `struct CadetChannel`
447 * @return #GNUNET_YES (iterate over all such channels) 447 * @return #GNUNET_YES (iterate over all such channels)
448 */ 448 */
@@ -1226,7 +1226,6 @@ client_disconnect_cb (void *cls,
1226 * Setup CADET internals. 1226 * Setup CADET internals.
1227 * 1227 *
1228 * @param cls closure 1228 * @param cls closure
1229 * @param server the initialized server
1230 * @param c configuration to use 1229 * @param c configuration to use
1231 */ 1230 */
1232static void 1231static void