aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 11:59:46 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 11:59:46 +0000
commit1fe79fd553e21a20206301c18568d30158c9dd46 (patch)
tree3db4e42adb872d1e8aa792643c341a14b2959736 /src/include/gnunet_transport_service.h
parentf709218364f7d40e5a13938886514e866602715d (diff)
downloadgnunet-1fe79fd553e21a20206301c18568d30158c9dd46.tar.gz
gnunet-1fe79fd553e21a20206301c18568d30158c9dd46.zip
indentation
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/**