aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/gnunet-service-datastore.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/gnunet-service-datastore.c')
-rw-r--r--src/datastore/gnunet-service-datastore.c10
1 files changed, 3 insertions, 7 deletions
diff --git a/src/datastore/gnunet-service-datastore.c b/src/datastore/gnunet-service-datastore.c
index 4979f4482..fdccd925e 100644
--- a/src/datastore/gnunet-service-datastore.c
+++ b/src/datastore/gnunet-service-datastore.c
@@ -303,11 +303,9 @@ static struct GNUNET_SERVER_Handle *server;
303 * content quickly. 303 * content quickly.
304 * 304 *
305 * @param cls not used 305 * @param cls not used
306 * @param tc task context
307 */ 306 */
308static void 307static void
309delete_expired (void *cls, 308delete_expired (void *cls);
310 const struct GNUNET_SCHEDULER_TaskContext *tc);
311 309
312 310
313/** 311/**
@@ -388,10 +386,9 @@ expired_processor (void *cls,
388 * content quickly. 386 * content quickly.
389 * 387 *
390 * @param cls not used 388 * @param cls not used
391 * @param tc task context
392 */ 389 */
393static void 390static void
394delete_expired (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 391delete_expired (void *cls)
395{ 392{
396 expired_kill_task = NULL; 393 expired_kill_task = NULL;
397 plugin->api->get_expiration (plugin->api->cls, &expired_processor, NULL); 394 plugin->api->get_expiration (plugin->api->cls, &expired_processor, NULL);
@@ -1579,8 +1576,7 @@ process_stat_done (void *cls,
1579 * Task run during shutdown. 1576 * Task run during shutdown.
1580 */ 1577 */
1581static void 1578static void
1582cleaning_task (void *cls, 1579cleaning_task (void *cls)
1583 const struct GNUNET_SCHEDULER_TaskContext *tc)
1584{ 1580{
1585 struct TransmitCallbackContext *tcc; 1581 struct TransmitCallbackContext *tcc;
1586 1582