aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_twocalls.c
diff options
context:
space:
mode:
authorTheJackiMonster <thejackimonster@gmail.com>2020-10-01 21:13:43 +0200
committerTheJackiMonster <thejackimonster@gmail.com>2020-11-12 16:57:45 +0100
commit8bf864c25bda97c1448b709a76a168834753ff86 (patch)
tree6ffccc18a3c112e035235c596006f8b13aca1be7 /src/conversation/test_conversation_api_twocalls.c
parent8fd7531e5841c9d9f80f821a3490a05934fee933 (diff)
downloadgnunet-8bf864c25bda97c1448b709a76a168834753ff86.tar.gz
gnunet-8bf864c25bda97c1448b709a76a168834753ff86.zip
adding the messenger service and its client-side library
Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>
Diffstat (limited to 'src/conversation/test_conversation_api_twocalls.c')
-rw-r--r--src/conversation/test_conversation_api_twocalls.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/test_conversation_api_twocalls.c b/src/conversation/test_conversation_api_twocalls.c
index 83e8cb55a..ac7a3c9dd 100644
--- a/src/conversation/test_conversation_api_twocalls.c
+++ b/src/conversation/test_conversation_api_twocalls.c
@@ -403,7 +403,7 @@ static void
403phone_event_handler (void *cls, 403phone_event_handler (void *cls,
404 enum GNUNET_CONVERSATION_PhoneEventCode code, 404 enum GNUNET_CONVERSATION_PhoneEventCode code,
405 struct GNUNET_CONVERSATION_Caller *caller, 405 struct GNUNET_CONVERSATION_Caller *caller,
406 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id) 406 const struct GNUNET_IDENTITY_PublicKey *caller_id)
407{ 407{
408 const char *cid; 408 const char *cid;
409 409
@@ -507,7 +507,7 @@ call_event_handler (void *cls, enum GNUNET_CONVERSATION_CallEventCode code)
507 507
508static void 508static void
509caller_ego_create_cont (void *cls, 509caller_ego_create_cont (void *cls,
510 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 510 const struct GNUNET_IDENTITY_PrivateKey *pk,
511 const char *emsg) 511 const char *emsg)
512{ 512{
513 (void) cls; 513 (void) cls;
@@ -536,7 +536,7 @@ identity_cb (void *cls,
536 const char *name) 536 const char *name)
537{ 537{
538 struct GNUNET_GNSRECORD_Data rd; 538 struct GNUNET_GNSRECORD_Data rd;
539 struct GNUNET_CRYPTO_EcdsaPublicKey pub; 539 struct GNUNET_IDENTITY_PublicKey pub;
540 540
541 (void) cls; 541 (void) cls;
542 (void) ctx; 542 (void) ctx;
@@ -594,7 +594,7 @@ identity_cb (void *cls,
594 594
595static void 595static void
596phone_ego_create_cont (void *cls, 596phone_ego_create_cont (void *cls,
597 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 597 const struct GNUNET_IDENTITY_PrivateKey *pk,
598 const char *emsg) 598 const char *emsg)
599{ 599{
600 (void) cls; 600 (void) cls;