gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r37108 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r37108 - gnunet/src/include
Date: Mon, 2 May 2016 09:17:31 +0200

Author: grothoff
Date: 2016-05-02 09:17:31 +0200 (Mon, 02 May 2016)
New Revision: 37108

Modified:
   gnunet/src/include/gnunet_curl_lib.h
Log:
fix #4478

Modified: gnunet/src/include/gnunet_curl_lib.h
===================================================================
--- gnunet/src/include/gnunet_curl_lib.h        2016-05-02 06:15:26 UTC (rev 
37107)
+++ gnunet/src/include/gnunet_curl_lib.h        2016-05-02 07:17:31 UTC (rev 
37108)
@@ -64,9 +64,7 @@
 
 /**
  * Obtain the information for a select() call to wait until
- * #GNUNET_CURL_perform() is ready again.  Note that calling
- * any other TALER_EXCHANGE-API may also imply that the library
- * is again ready for #GNUNET_CURL_perform().
+ * #GNUNET_CURL_perform() is ready again.
  *
  * Basically, a client should use this API to prepare for select(),
  * then block on select(), then call #GNUNET_CURL_perform() and then
@@ -100,7 +98,7 @@
 
 
 /**
- * Run the main event loop for the Taler interaction.
+ * Run the main event loop for the CURL interaction.
  *
  * @param ctx the library context
  */




reply via email to

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