aboutsummaryrefslogtreecommitdiff
path: root/src/namecache/namecache_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namecache/namecache_api.c')
-rw-r--r--src/namecache/namecache_api.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/namecache/namecache_api.c b/src/namecache/namecache_api.c
index 7f9baf1b4..15a750448 100644
--- a/src/namecache/namecache_api.c
+++ b/src/namecache/namecache_api.c
@@ -495,11 +495,9 @@ reconnect (struct GNUNET_NAMECACHE_Handle *h)
495 * Re-establish the connection to the service. 495 * Re-establish the connection to the service.
496 * 496 *
497 * @param cls handle to use to re-connect. 497 * @param cls handle to use to re-connect.
498 * @param tc scheduler context
499 */ 498 */
500static void 499static void
501reconnect_task (void *cls, 500reconnect_task (void *cls)
502 const struct GNUNET_SCHEDULER_TaskContext *tc)
503{ 501{
504 struct GNUNET_NAMECACHE_Handle *h = cls; 502 struct GNUNET_NAMECACHE_Handle *h = cls;
505 503