aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 9eb003757..3683286a5 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -608,7 +608,6 @@ typedef void
608 * NULL for all peers 608 * NULL for all peers
609 * @param one_shot #GNUNET_YES to return the current state and then end (with NULL+NULL), 609 * @param one_shot #GNUNET_YES to return the current state and then end (with NULL+NULL),
610 * #GNUNET_NO to monitor peers continuously 610 * #GNUNET_NO to monitor peers continuously
611 * @param timeout how long is the lookup allowed to take at most
612 * @param peer_callback function to call with the results 611 * @param peer_callback function to call with the results
613 * @param peer_callback_cls closure for @a peer_callback 612 * @param peer_callback_cls closure for @a peer_callback
614 */ 613 */
@@ -616,7 +615,6 @@ struct GNUNET_TRANSPORT_PeerMonitoringContext *
616GNUNET_TRANSPORT_monitor_peers (const struct GNUNET_CONFIGURATION_Handle *cfg, 615GNUNET_TRANSPORT_monitor_peers (const struct GNUNET_CONFIGURATION_Handle *cfg,
617 const struct GNUNET_PeerIdentity *peer, 616 const struct GNUNET_PeerIdentity *peer,
618 int one_shot, 617 int one_shot,
619 struct GNUNET_TIME_Relative timeout,
620 GNUNET_TRANSPORT_PeerIterateCallback peer_callback, 618 GNUNET_TRANSPORT_PeerIterateCallback peer_callback,
621 void *peer_callback_cls); 619 void *peer_callback_cls);
622 620