gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16689 - in gnunet/src: include transport


From: gnunet
Subject: [GNUnet-SVN] r16689 - in gnunet/src: include transport
Date: Fri, 2 Sep 2011 15:01:15 +0200

Author: grothoff
Date: 2011-09-02 15:01:15 +0200 (Fri, 02 Sep 2011)
New Revision: 16689

Modified:
   gnunet/src/include/gnunet_transport_service.h
   gnunet/src/transport/transport_api.c
Log:
fix doc

Modified: gnunet/src/include/gnunet_transport_service.h
===================================================================
--- gnunet/src/include/gnunet_transport_service.h       2011-09-02 12:38:18 UTC 
(rev 16688)
+++ gnunet/src/include/gnunet_transport_service.h       2011-09-02 13:01:15 UTC 
(rev 16689)
@@ -584,7 +584,7 @@
  * @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,

Modified: gnunet/src/transport/transport_api.c
===================================================================
--- gnunet/src/transport/transport_api.c        2011-09-02 12:38:18 UTC (rev 
16688)
+++ gnunet/src/transport/transport_api.c        2011-09-02 13:01:15 UTC (rev 
16689)
@@ -1194,7 +1194,7 @@
  *            (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,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]