aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation.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/gnunet-conversation.c
parentabdb34e4313940f57c44dd6cfad388bbc42dca76 (diff)
downloadgnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.tar.gz
gnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.zip
-fix conversation
Diffstat (limited to 'src/conversation/gnunet-conversation.c')
-rw-r--r--src/conversation/gnunet-conversation.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation.c b/src/conversation/gnunet-conversation.c
index 7a2a727a5..9ff0002e7 100644
--- a/src/conversation/gnunet-conversation.c
+++ b/src/conversation/gnunet-conversation.c
@@ -116,7 +116,7 @@ struct CallList
116 /** 116 /**
117 * Public key identifying the caller. 117 * Public key identifying the caller.
118 */ 118 */
119 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 119 struct GNUNET_IDENTITY_PublicKey caller_id;
120 120
121 /** 121 /**
122 * Unique number of the call. 122 * Unique number of the call.
@@ -194,7 +194,7 @@ static char *ego_name;
194/** 194/**
195 * Public key of active conversation partner (if any). 195 * Public key of active conversation partner (if any).
196 */ 196 */
197static struct GNUNET_CRYPTO_EcdsaPublicKey peer_key; 197static struct GNUNET_IDENTITY_PublicKey peer_key;
198 198
199/** 199/**
200 * Name of active conversation partner (if any). 200 * Name of active conversation partner (if any).
@@ -244,7 +244,7 @@ static void
244phone_event_handler (void *cls, 244phone_event_handler (void *cls,
245 enum GNUNET_CONVERSATION_PhoneEventCode code, 245 enum GNUNET_CONVERSATION_PhoneEventCode code,
246 struct GNUNET_CONVERSATION_Caller *caller, 246 struct GNUNET_CONVERSATION_Caller *caller,
247 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id) 247 const struct GNUNET_IDENTITY_PublicKey *caller_id)
248{ 248{
249 struct CallList *cl; 249 struct CallList *cl;
250 250