aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_curl_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-02 06:15:26 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-02 06:15:26 +0000
commit4a255059678c8a73a453f9276de217b7cfd384f7 (patch)
tree59bed358acc721f255bba6e9902bfbcb17c95218 /src/include/gnunet_curl_lib.h
parentbc1676b599937cd37d5fd625362ceea6f78fa42a (diff)
downloadgnunet-4a255059678c8a73a453f9276de217b7cfd384f7.tar.gz
gnunet-4a255059678c8a73a453f9276de217b7cfd384f7.zip
fix API design issue
Diffstat (limited to 'src/include/gnunet_curl_lib.h')
-rw-r--r--src/include/gnunet_curl_lib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_curl_lib.h b/src/include/gnunet_curl_lib.h
index 500434d82..2b13ee3d9 100644
--- a/src/include/gnunet_curl_lib.h
+++ b/src/include/gnunet_curl_lib.h
@@ -204,7 +204,8 @@ GNUNET_CURL_gnunet_rc_destroy (struct GNUNET_CURL_RescheduleContext *rc);
204 * Note that you MUST immediately destroy the reschedule context after 204 * Note that you MUST immediately destroy the reschedule context after
205 * calling #GNUNET_CURL_fini(). 205 * calling #GNUNET_CURL_fini().
206 * 206 *
207 * @param cls must point to a `struct GNUNET_CURL_RescheduleContext` 207 * @param cls must point to a `struct GNUNET_CURL_RescheduleContext *`
208 * (pointer to a pointer!)
208 */ 209 */
209void 210void
210GNUNET_CURL_gnunet_scheduler_reschedule (void *cls); 211GNUNET_CURL_gnunet_scheduler_reschedule (void *cls);