aboutsummaryrefslogtreecommitdiff
path: root/src/conversation
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2019-06-04 23:08:19 +0200
committerChristian Grothoff <christian@grothoff.org>2019-06-04 23:08:19 +0200
commit0a01368474f54f563aa8168bb4d0a6356a66c104 (patch)
tree4618513fb3943380a0838ded7d90f2ca169a15cc /src/conversation
parentc2ccd9da323ca84aceb1a3356d6d59b9c7d8e4ad (diff)
downloadgnunet-0a01368474f54f563aa8168bb4d0a6356a66c104.tar.gz
gnunet-0a01368474f54f563aa8168bb4d0a6356a66c104.zip
fix missing API migration
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;