aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_phone.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_phone.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_phone.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_phone.c b/src/conversation/gnunet-conversation-gtk_phone.c
index d3097cd1..552acc55 100644
--- a/src/conversation/gnunet-conversation-gtk_phone.c
+++ b/src/conversation/gnunet-conversation-gtk_phone.c
@@ -199,7 +199,7 @@ struct IncomingCall
199 /** 199 /**
200 * Public key identifying the caller. 200 * Public key identifying the caller.
201 */ 201 */
202 struct GNUNET_CRYPTO_EcdsaPublicKey caller_id; 202 struct GNUNET_IDENTITY_PublicKey caller_id;
203 203
204 /** 204 /**
205 * Caller ID as human-readable string. 205 * Caller ID as human-readable string.
@@ -849,7 +849,7 @@ set_incoming_call_state (struct IncomingCall *ic, enum InCallState state)
849 */ 849 */
850static void 850static void
851handle_reverse_lookup_result (void *cls, 851handle_reverse_lookup_result (void *cls,
852 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone, 852 const struct GNUNET_IDENTITY_PrivateKey *zone,
853 const char *label, 853 const char *label,
854 unsigned int rd_count, 854 unsigned int rd_count,
855 const struct GNUNET_GNSRECORD_Data *rd) 855 const struct GNUNET_GNSRECORD_Data *rd)
@@ -887,7 +887,7 @@ static void
887phone_event_handler (void *cls, 887phone_event_handler (void *cls,
888 enum GNUNET_CONVERSATION_PhoneEventCode code, 888 enum GNUNET_CONVERSATION_PhoneEventCode code,
889 struct GNUNET_CONVERSATION_Caller *caller, 889 struct GNUNET_CONVERSATION_Caller *caller,
890 const struct GNUNET_CRYPTO_EcdsaPublicKey *caller_id) 890 const struct GNUNET_IDENTITY_PublicKey *caller_id)
891{ 891{
892 GtkTreeIter iter; 892 GtkTreeIter iter;
893 gboolean valid; 893 gboolean valid;