From 0a01368474f54f563aa8168bb4d0a6356a66c104 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 4 Jun 2019 23:08:19 +0200 Subject: fix missing API migration --- src/conversation/test_conversation_api.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/conversation/test_conversation_api.c') 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, static void -phone_ego_create_cont (void *cls, const char *emsg) +phone_ego_create_cont (void *cls, + const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, + const char *emsg) { (void) cls; op = NULL; -- cgit v1.2.3