aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/test_datastore_api.c')
-rw-r--r--src/datastore/test_datastore_api.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/datastore/test_datastore_api.c b/src/datastore/test_datastore_api.c
index 12f2ef762..7d4565de6 100644
--- a/src/datastore/test_datastore_api.c
+++ b/src/datastore/test_datastore_api.c
@@ -168,11 +168,9 @@ struct CpsRunContext
168 * depending on the current state. 168 * depending on the current state.
169 * 169 *
170 * @param cls the `struct CpsRunContext` 170 * @param cls the `struct CpsRunContext`
171 * @param tc scheduler context (unused)
172 */ 171 */
173static void 172static void
174run_continuation (void *cls, 173run_continuation (void *cls);
175 const struct GNUNET_SCHEDULER_TaskContext *tc);
176 174
177 175
178/** 176/**
@@ -394,11 +392,9 @@ check_update (void *cls,
394 * depending on the current state. 392 * depending on the current state.
395 * 393 *
396 * @param cls the `struct CpsRunContext` 394 * @param cls the `struct CpsRunContext`
397 * @param tc scheduler context (unused)
398 */ 395 */
399static void 396static void
400run_continuation (void *cls, 397run_continuation (void *cls)
401 const struct GNUNET_SCHEDULER_TaskContext *tc)
402{ 398{
403 struct CpsRunContext *crc = cls; 399 struct CpsRunContext *crc = cls;
404 400