aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 07:17:31 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-02 07:17:31 +0000
commitfc9b25be2dbe5392501dbc0b6659c1aa50809bc2 (patch)
tree433dc9ed581c72fbb5b6fa22981a68fdcf9b58ff /src
parent4a255059678c8a73a453f9276de217b7cfd384f7 (diff)
downloadgnunet-fc9b25be2dbe5392501dbc0b6659c1aa50809bc2.tar.gz
gnunet-fc9b25be2dbe5392501dbc0b6659c1aa50809bc2.zip
fix #4478
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_curl_lib.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h
index 2b13ee3d9..ec52299cb 100644
--- a/src/include/gnunet_curl_lib.h
+++ b/src/include/gnunet_curl_lib.h
@@ -64,9 +64,7 @@ GNUNET_CURL_init (GNUNET_CURL_RescheduleCallback cb,
64 64
65/** 65/**
66 * Obtain the information for a select() call to wait until 66 * Obtain the information for a select() call to wait until
67 * #GNUNET_CURL_perform() is ready again. Note that calling 67 * #GNUNET_CURL_perform() is ready again.
68 * any other TALER_EXCHANGE-API may also imply that the library
69 * is again ready for #GNUNET_CURL_perform().
70 * 68 *
71 * Basically, a client should use this API to prepare for select(), 69 * Basically, a client should use this API to prepare for select(),
72 * then block on select(), then call #GNUNET_CURL_perform() and then 70 * then block on select(), then call #GNUNET_CURL_perform() and then
@@ -100,7 +98,7 @@ GNUNET_CURL_get_select_info (struct GNUNET_CURL_Context *ctx,
100 98
101 99
102/** 100/**
103 * Run the main event loop for the Taler interaction. 101 * Run the main event loop for the CURL interaction.
104 * 102 *
105 * @param ctx the library context 103 * @param ctx the library context
106 */ 104 */