aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_transport_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-29 10:19:43 +0000
commitcddbdf5b928c68ab71b40c950b9f01ea68a9fbdb (patch)
treeb704e00a3af618b2cd174a7f89514eaebd82a1cf /src/include/gnunet_transport_service.h
parentbb4fc4f4007988874f910d4de5492f9629301641 (diff)
downloadgnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.tar.gz
gnunet-cddbdf5b928c68ab71b40c950b9f01ea68a9fbdb.zip
run indent twice, it alternates between two 'canonical' forms, also run whitespace remover
Diffstat (limited to 'src/include/gnunet_transport_service.h')
-rw-r--r--src/include/gnunet_transport_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index 988d55784..e90acab4d 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -486,7 +486,7 @@ GNUNET_TRANSPORT_disconnect (struct GNUNET_TRANSPORT_Handle *handle);
486 486
487 487
488/** 488/**
489 * Ask the transport service to establish a connection to 489 * Ask the transport service to establish a connection to
490 * the given peer. 490 * the given peer.
491 * 491 *
492 * @param handle connection to transport service 492 * @param handle connection to transport service
@@ -621,7 +621,7 @@ GNUNET_TRANSPORT_offer_hello (struct GNUNET_TRANSPORT_Handle *handle,
621 * @param cfg configuration to use 621 * @param cfg configuration to use
622 * @param address address to convert (binary format) 622 * @param address address to convert (binary format)
623 * @param addressLen number of bytes in address 623 * @param addressLen number of bytes in address
624 * @param numeric should (IP) addresses be displayed in numeric form 624 * @param numeric should (IP) addresses be displayed in numeric form
625 * (otherwise do reverse DNS lookup) 625 * (otherwise do reverse DNS lookup)
626 * @param nameTrans name of the transport to which the address belongs 626 * @param nameTrans name of the transport to which the address belongs
627 * @param timeout how long is the lookup allowed to take at most 627 * @param timeout how long is the lookup allowed to take at most