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