aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/test_conversation_api.c')
-rw-r--r--src/conversation/test_conversation_api.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/test_conversation_api.c b/src/conversation/test_conversation_api.c
index b51186dc8..c5efecd52 100644
--- a/src/conversation/test_conversation_api.c
+++ b/src/conversation/test_conversation_api.c
@@ -305,7 +305,7 @@ static void
305phone_event_handler (void *cls, 305phone_event_handler (void *cls,
306 enum GNUNET_CONVERSATION_PhoneEventCode code, 306 enum GNUNET_CONVERSATION_PhoneEventCode code,
307 struct GNUNET_CONVERSATION_Caller *caller, 307 struct GNUNET_CONVERSATION_Caller *caller,
308 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id) 308 const struct GNUNET_IDENTITY_PublicKey *caller_id)
309{ 309{
310 static enum GNUNET_CONVERSATION_PhoneEventCode expect = 310 static enum GNUNET_CONVERSATION_PhoneEventCode expect =
311 GNUNET_CONVERSATION_EC_PHONE_RING; 311 GNUNET_CONVERSATION_EC_PHONE_RING;
@@ -385,7 +385,7 @@ call_event_handler (void *cls, enum GNUNET_CONVERSATION_CallEventCode code)
385 385
386static void 386static void
387caller_ego_create_cont (void *cls, 387caller_ego_create_cont (void *cls,
388 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 388 const struct GNUNET_IDENTITY_PrivateKey *pk,
389 const char *emsg) 389 const char *emsg)
390{ 390{
391 (void) cls; 391 (void) cls;
@@ -414,7 +414,7 @@ identity_cb (void *cls,
414 const char *name) 414 const char *name)
415{ 415{
416 struct GNUNET_GNSRECORD_Data rd; 416 struct GNUNET_GNSRECORD_Data rd;
417 struct GNUNET_CRYPTO_EcdsaPublicKey pub; 417 struct GNUNET_IDENTITY_PublicKey pub;
418 418
419 (void) cls; 419 (void) cls;
420 (void) ctx; 420 (void) ctx;
@@ -465,7 +465,7 @@ identity_cb (void *cls,
465 465
466static void 466static void
467phone_ego_create_cont (void *cls, 467phone_ego_create_cont (void *cls,
468 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 468 const struct GNUNET_IDENTITY_PrivateKey *pk,
469 const char *emsg) 469 const char *emsg)
470{ 470{
471 (void) cls; 471 (void) cls;