aboutsummaryrefslogtreecommitdiff
path: root/src/transport/transport_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/transport_api.c')
-rw-r--r--src/transport/transport_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c
index 9a7068e42..f6ba793ce 100644
--- a/src/transport/transport_api.c
+++ b/src/transport/transport_api.c
@@ -598,6 +598,7 @@ peer_transmit_timeout (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
598 * Queue control request for transmission to the transport 598 * Queue control request for transmission to the transport
599 * service. 599 * service.
600 * 600 *
601 * @param h handle to the transport service
601 * @param size number of bytes to be transmitted 602 * @param size number of bytes to be transmitted
602 * @param at_head request must be added to the head of the queue 603 * @param at_head request must be added to the head of the queue
603 * (otherwise request will be appended) 604 * (otherwise request will be appended)
@@ -1446,7 +1447,7 @@ add_neighbour (struct GNUNET_TRANSPORT_Handle *h,
1446 * @param cls closure for the callbacks 1447 * @param cls closure for the callbacks
1447 * @param rec receive function to call 1448 * @param rec receive function to call
1448 * @param nc function to call on connect events 1449 * @param nc function to call on connect events
1449 * @param dc function to call on disconnect events 1450 * @param nd function to call on disconnect events
1450 */ 1451 */
1451struct GNUNET_TRANSPORT_Handle * 1452struct GNUNET_TRANSPORT_Handle *
1452GNUNET_TRANSPORT_connect (struct GNUNET_SCHEDULER_Handle *sched, 1453GNUNET_TRANSPORT_connect (struct GNUNET_SCHEDULER_Handle *sched,