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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/psycstore/psycstore_api.c b/src/psycstore/psycstore_api.c
index 194dcc79e..5847fc852 100644
--- a/src/psycstore/psycstore_api.c
+++ b/src/psycstore/psycstore_api.c
@@ -437,8 +437,8 @@ GNUNET_PSYCSTORE_operation_cancel (struct GNUNET_PSYCSTORE_OperationHandle *op)
437struct GNUNET_PSYCSTORE_OperationHandle * 437struct GNUNET_PSYCSTORE_OperationHandle *
438GNUNET_PSYCSTORE_membership_store ( 438GNUNET_PSYCSTORE_membership_store (
439 struct GNUNET_PSYCSTORE_Handle *h, 439 struct GNUNET_PSYCSTORE_Handle *h,
440 const struct GNUNET_CRYPTO_EccPublicKey *channel_key, 440 const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key,
441 const struct GNUNET_CRYPTO_EccPublicKey *slave_key, 441 const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key,
442 int did_join, 442 int did_join,
443 uint64_t announced_at, 443 uint64_t announced_at,
444 uint64_t effective_since, 444 uint64_t effective_since,
@@ -453,8 +453,8 @@ GNUNET_PSYCSTORE_membership_store (
453struct GNUNET_PSYCSTORE_OperationHandle * 453struct GNUNET_PSYCSTORE_OperationHandle *
454GNUNET_PSYCSTORE_membership_test ( 454GNUNET_PSYCSTORE_membership_test (
455 struct GNUNET_PSYCSTORE_Handle *h, 455 struct GNUNET_PSYCSTORE_Handle *h,
456 const struct GNUNET_CRYPTO_EccPublicKey *channel_key, 456 const struct GNUNET_CRYPTO_EccPublicSignKey *channel_key,
457 const struct GNUNET_CRYPTO_EccPublicKey *slave_key, 457 const struct GNUNET_CRYPTO_EccPublicSignKey *slave_key,
458 uint64_t message_id, 458 uint64_t message_id,
459 uint64_t group_generation, 459 uint64_t group_generation,
460 GNUNET_PSYCSTORE_ResultCallback rcb, 460 GNUNET_PSYCSTORE_ResultCallback rcb,