diff options
Diffstat (limited to 'src/conversation/gnunet-conversation-gtk_get_label.c')
-rw-r--r-- | src/conversation/gnunet-conversation-gtk_get_label.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/conversation/gnunet-conversation-gtk_get_label.c b/src/conversation/gnunet-conversation-gtk_get_label.c index 0a2baea0..05825a5c 100644 --- a/src/conversation/gnunet-conversation-gtk_get_label.c +++ b/src/conversation/gnunet-conversation-gtk_get_label.c | |||
@@ -66,7 +66,7 @@ handle_error (void *cls) | |||
66 | */ | 66 | */ |
67 | static void | 67 | static void |
68 | handle_existing_records (void *cls, | 68 | handle_existing_records (void *cls, |
69 | const struct GNUNET_CRYPTO_EcdsaPrivateKey *zone, | 69 | const struct GNUNET_IDENTITY_PrivateKey *zone, |
70 | const char *label, | 70 | const char *label, |
71 | unsigned int rd_count, | 71 | unsigned int rd_count, |
72 | const struct GNUNET_GNSRECORD_Data *rd) | 72 | const struct GNUNET_GNSRECORD_Data *rd) |
@@ -104,7 +104,7 @@ gnunet_conversation_gtk_enter_label_entry_changed_cb (GtkEditable *editable, | |||
104 | const gchar *label; | 104 | const gchar *label; |
105 | GtkWidget *b_add; | 105 | GtkWidget *b_add; |
106 | struct GNUNET_IDENTITY_Ego *ego; | 106 | struct GNUNET_IDENTITY_Ego *ego; |
107 | const struct GNUNET_CRYPTO_EcdsaPrivateKey *pkey; | 107 | const struct GNUNET_IDENTITY_PrivateKey *pkey; |
108 | const char *tld; | 108 | const char *tld; |
109 | 109 | ||
110 | if (NULL != qe) | 110 | if (NULL != qe) |