aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/conversation_api.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/conversation_api.c
parentabdb34e4313940f57c44dd6cfad388bbc42dca76 (diff)
downloadgnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.tar.gz
gnunet-b48e77525e3a3c3d35228161cd6b30fc811ef5a9.zip
-fix conversation
Diffstat (limited to 'src/conversation/conversation_api.c')
-rw-r--r--src/conversation/conversation_api.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/conversation_api.c b/src/conversation/conversation_api.c
index daf51042a..88fe8f11c 100644
--- a/src/conversation/conversation_api.c
+++ b/src/conversation/conversation_api.c
@@ -105,7 +105,7 @@ struct GNUNET_CONVERSATION_Caller
105 /** 105 /**
106 * Identity of the person calling us. 106 * Identity of the person calling us.
107 */ 107 */
108 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 108 struct GNUNET_IDENTITY_PublicKey caller_id;
109 109
110 /** 110 /**
111 * Internal handle to identify the caller with the service. 111 * Internal handle to identify the caller with the service.
@@ -192,7 +192,7 @@ struct GNUNET_CONVERSATION_Phone
192 /** 192 /**
193 * My GNS zone. 193 * My GNS zone.
194 */ 194 */
195 struct GNUNET_CRYPTO_EcdsaPrivateKey my_zone; 195 struct GNUNET_IDENTITY_PrivateKey my_zone;
196 196
197 /** 197 /**
198 * State machine for the phone. 198 * State machine for the phone.