aboutsummaryrefslogtreecommitdiff
path: root/src/conversation/gnunet-conversation-gtk_contacts.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_contacts.c')
-rw-r--r--src/conversation/gnunet-conversation-gtk_contacts.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_contacts.c b/src/conversation/gnunet-conversation-gtk_contacts.c
index 28951dcb..c823373d 100644
--- a/src/conversation/gnunet-conversation-gtk_contacts.c
+++ b/src/conversation/gnunet-conversation-gtk_contacts.c
@@ -156,7 +156,7 @@ gnunet_conversation_gtk_contact_list_treeview_row_activated_cb (
156 */ 156 */
157static void 157static void
158display_record (void *cls, 158display_record (void *cls,
159 const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone_key, 159 const struct GNUNET_IDENTITY_PrivateKey *zone_key,
160 const char *rname, 160 const char *rname,
161 unsigned int rd_len, 161 unsigned int rd_len,
162 const struct GNUNET_GNSRECORD_Data *rd) 162 const struct GNUNET_GNSRECORD_Data *rd)
@@ -311,7 +311,7 @@ gnunet_conversation_gtk_contacts_zone_combobox_changed_cb (GtkComboBox *widget,
311 gpointer user_data) 311 gpointer user_data)
312{ 312{
313 struct GNUNET_IDENTITY_Ego *ego; 313 struct GNUNET_IDENTITY_Ego *ego;
314 const struct GNUNET_CRYPTO_EcdsaPrivateKey *temp_zone_pkey; 314 const struct GNUNET_IDENTITY_PrivateKey *temp_zone_pkey;
315 const char *tld; 315 const char *tld;
316 316
317 if (NULL != zone_mon) 317 if (NULL != zone_mon)