aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation')
-rw-r--r--src/conversation/test_conversation_api.c4
-rw-r--r--src/conversation/test_conversation_api_reject.c4
-rw-r--r--src/conversation/test_conversation_api_twocalls.c4
3 files changed, 9 insertions, 3 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index a51570127..a7b394dc3 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -457,7 +457,9 @@ identity_cb (void *cls,
457 457
458 458
459static void 459static void
460phone_ego_create_cont (void *cls, const char *emsg) 460phone_ego_create_cont (void *cls,
461 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk,
462 const char *emsg)
461{ 463{
462 (void) cls; 464 (void) cls;
463 op = NULL; 465 op = NULL;
diff --git a/src/conversation/test_conversation_api_reject.c b/src/conversation/test_conversation_api_reject.c
index 49dc854ed..b0a479dc2 100644
--- a/src/conversation/test_conversation_api_reject.c
+++ b/src/conversation/test_conversation_api_reject.c
@@ -312,7 +312,9 @@ identity_cb (void *cls,
312 312
313 313
314static void 314static void
315phone_ego_create_cont (void *cls, const char *emsg) 315phone_ego_create_cont (void *cls,
316 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk,
317 const char *emsg)
316{ 318{
317 (void) cls; 319 (void) cls;
318 op = NULL; 320 op = NULL;
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index c0768f590..f3bb87fd2 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -583,7 +583,9 @@ identity_cb (void *cls,
583 583
584 584
585static void 585static void
586phone_ego_create_cont (void *cls, const char *emsg) 586phone_ego_create_cont (void *cls,
587 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk,
588 const char *emsg)
587{ 589{
588 (void) cls; 590 (void) cls;
589 op = NULL; 591 op = NULL;