aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/test_conversation_api_reject.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:58:01 +0200
committerMartin Schanzenbach <mschanzenbach@posteo.de>2020-10-15 16:58:01 +0200
commitb48e77525e3a3c3d35228161cd6b30fc811ef5a9 (patch)
treecb6ca8cdf4e72369ae5675ad5041f751e86bcecf /src/conversation/test_conversation_api_reject.c
parentabdb34e4313940f57c44dd6cfad388bbc42dca76 (diff)
downloadgnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.tar.gz
gnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.zip
-fix conversation
Diffstat (limited to 'src/conversation/test_conversation_api_reject.c')
-rw-r--r--src/conversation/test_conversation_api_reject.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/conversation/test_conversation_api_reject.c b/src/conversation/test_conversation_api_reject.c
index 69fa9f1dc..08c64df37 100644
--- a/src/conversation/test_conversation_api_reject.c
+++ b/src/conversation/test_conversation_api_reject.c
@@ -179,7 +179,7 @@ static void
179phone_event_handler (void *cls, 179phone_event_handler (void *cls,
180 enum GNUNET_CONVERSATION_PhoneEventCode code, 180 enum GNUNET_CONVERSATION_PhoneEventCode code,
181 struct GNUNET_CONVERSATION_Caller *caller, 181 struct GNUNET_CONVERSATION_Caller *caller,
182 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id) 182 const struct GNUNET_IDENTITY_PublicKey *caller_id)
183{ 183{
184 static enum GNUNET_CONVERSATION_PhoneEventCode expect = 184 static enum GNUNET_CONVERSATION_PhoneEventCode expect =
185 GNUNET_CONVERSATION_EC_PHONE_RING; 185 GNUNET_CONVERSATION_EC_PHONE_RING;
@@ -238,7 +238,7 @@ call_event_handler (void *cls, enum GNUNET_CONVERSATION_CallEventCode code)
238 238
239static void 239static void
240caller_ego_create_cont (void *cls, 240caller_ego_create_cont (void *cls,
241 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 241 const struct GNUNET_IDENTITY_PrivateKey *pk,
242 const char *emsg) 242 const char *emsg)
243{ 243{
244 (void) cls; 244 (void) cls;
@@ -267,7 +267,7 @@ identity_cb (void *cls,
267 const char *name) 267 const char *name)
268{ 268{
269 struct GNUNET_GNSRECORD_Data rd; 269 struct GNUNET_GNSRECORD_Data rd;
270 struct GNUNET_CRYPTO_EcdsaPublicKey pub; 270 struct GNUNET_IDENTITY_PublicKey pub;
271 271
272 (void) cls; 272 (void) cls;
273 (void) ctx; 273 (void) ctx;
@@ -318,7 +318,7 @@ identity_cb (void *cls,
318 318
319static void 319static void
320phone_ego_create_cont (void *cls, 320phone_ego_create_cont (void *cls,
321 const struct GNUNET_CRYPTO_EcdsaPrivateKey *pk, 321 const struct GNUNET_IDENTITY_PrivateKey *pk,
322 const char *emsg) 322 const char *emsg)
323{ 323{
324 (void) cls; 324 (void) cls;