aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
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/test_conversation_api.c
parentc2ccd9da323ca84aceb1a3356d6d59b9c7d8e4ad (diff)
downloadgnunet-0a01368474f54f563aa8168bb4d0a6356a66c104.tar.gz
gnunet-0a01368474f54f563aa8168bb4d0a6356a66c104.zip
fix missing API migration
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c4
1 files changed, 3 insertions, 1 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;