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.h12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 4f868e526..8b9472cdb 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -638,7 +638,7 @@ GNUNET_TRANSPORT_offer_hello (struct GNUNET_TRANSPORT_Handle *handle,
638 638
639/** 639/**
640 * Handle to cancel a pending address lookup. 640 * Handle to cancel a pending address lookup.
641 */ 641 */
642struct GNUNET_TRANSPORT_AddressLookupContext; 642struct GNUNET_TRANSPORT_AddressLookupContext;
643 643
644 644
@@ -671,12 +671,14 @@ GNUNET_TRANSPORT_address_lookup (const struct GNUNET_CONFIGURATION_Handle *cfg,
671 * @param alc handle for the request to cancel 671 * @param alc handle for the request to cancel
672 */ 672 */
673void 673void
674GNUNET_TRANSPORT_address_lookup_cancel (struct GNUNET_TRANSPORT_AddressLookupContext *alc); 674GNUNET_TRANSPORT_address_lookup_cancel (struct
675 GNUNET_TRANSPORT_AddressLookupContext
676 *alc);
675 677
676 678
677/** 679/**
678 * Handle to cancel a pending address lookup. 680 * Handle to cancel a pending address lookup.
679 */ 681 */
680struct GNUNET_TRANSPORT_AddressLookupContext; 682struct GNUNET_TRANSPORT_AddressLookupContext;
681 683
682 684
@@ -706,7 +708,9 @@ GNUNET_TRANSPORT_peer_address_lookup (const struct GNUNET_CONFIGURATION_Handle
706 * @param alc handle for the request to cancel 708 * @param alc handle for the request to cancel
707 */ 709 */
708void 710void
709GNUNET_TRANSPORT_peer_address_lookup_cancel (struct GNUNET_TRANSPORT_PeerAddressLookupContext *alc); 711GNUNET_TRANSPORT_peer_address_lookup_cancel (struct
712 GNUNET_TRANSPORT_PeerAddressLookupContext
713 *alc);
710 714
711 715
712/** 716/**