From: Christian Grothoff Date: Fri, 2 Sep 2011 13:01:15 +0000 (+0000) Subject: fix doc X-Git-Tag: initial-import-from-subversion-38251~17235 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f1ece77b38a7c0c83376547b270df913ca9588b2;p=oweals%2Fgnunet.git fix doc --- diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h index 84a13ed68..6c443cee8 100644 --- a/src/include/gnunet_transport_service.h +++ b/src/include/gnunet_transport_service.h @@ -584,7 +584,7 @@ struct GNUNET_TRANSPORT_GetHelloHandle; * @param handle connection to transport service * @param rec function to call with the HELLO * @param rec_cls closure for rec - * @return handle to cancel the operation, NULL on error + * @return handle to cancel the operation */ struct GNUNET_TRANSPORT_GetHelloHandle * GNUNET_TRANSPORT_get_hello (struct GNUNET_TRANSPORT_Handle *handle, diff --git a/src/transport/transport_api.c b/src/transport/transport_api.c index 5ec7404e0..94e21a7c0 100644 --- a/src/transport/transport_api.c +++ b/src/transport/transport_api.c @@ -1194,7 +1194,7 @@ GNUNET_TRANSPORT_offer_hello (struct GNUNET_TRANSPORT_Handle *handle, * (handshake with transport service pending/failed). * cost estimate will be 0. * @param rec_cls closure for rec - * @return handle to cancel the operation, NULL on error + * @return handle to cancel the operation */ struct GNUNET_TRANSPORT_GetHelloHandle * GNUNET_TRANSPORT_get_hello (struct GNUNET_TRANSPORT_Handle *handle,