aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/psycstore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/psycstore/psycstore_api.c')
-rw-r--r--src/psycstore/psycstore_api.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c
index b729d7440..b8f00a41c 100644
--- a/src/psycstore/psycstore_api.c
+++ b/src/psycstore/psycstore_api.c
@@ -186,10 +186,9 @@ find_op_by_id (struct GNUNET_PSYCSTORE_Handle *h, uint64_t op_id)
186 * Try again to connect to the PSYCstore service. 186 * Try again to connect to the PSYCstore service.
187 * 187 *
188 * @param cls handle to the PSYCstore service. 188 * @param cls handle to the PSYCstore service.
189 * @param tc scheduler context
190 */ 189 */
191static void 190static void
192reconnect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc); 191reconnect (void *cls);
193 192
194 193
195/** 194/**
@@ -531,10 +530,9 @@ transmit_next (struct GNUNET_PSYCSTORE_Handle *h)
531 * Try again to connect to the PSYCstore service. 530 * Try again to connect to the PSYCstore service.
532 * 531 *
533 * @param cls Handle to the PSYCstore service. 532 * @param cls Handle to the PSYCstore service.
534 * @param tc Scheduler context.
535 */ 533 */
536static void 534static void
537reconnect (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) 535reconnect (void *cls)
538{ 536{
539 struct GNUNET_PSYCSTORE_Handle *h = cls; 537 struct GNUNET_PSYCSTORE_Handle *h = cls;
540 538