aboutsummaryrefslogtreecommitdiff
path: root/src/identity-provider/plugin_gnsrecord_identity_provider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/identity-provider/plugin_gnsrecord_identity_provider.c')
-rw-r--r--src/identity-provider/plugin_gnsrecord_identity_provider.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/identity-provider/plugin_gnsrecord_identity_provider.c b/src/identity-provider/plugin_gnsrecord_identity_provider.c
index 1f1973783..cee0a9506 100644
--- a/src/identity-provider/plugin_gnsrecord_identity_provider.c
+++ b/src/identity-provider/plugin_gnsrecord_identity_provider.c
@@ -175,6 +175,8 @@ static struct {
175} name_map[] = { 175} name_map[] = {
176 { "ID_ATTR", GNUNET_GNSRECORD_TYPE_ID_ATTR }, 176 { "ID_ATTR", GNUNET_GNSRECORD_TYPE_ID_ATTR },
177 { "ID_TOKEN", GNUNET_GNSRECORD_TYPE_ID_TOKEN }, 177 { "ID_TOKEN", GNUNET_GNSRECORD_TYPE_ID_TOKEN },
178 { "ABE_KEY", GNUNET_GNSRECORD_TYPE_ABE_KEY },
179 { "ABE_MASTER", GNUNET_GNSRECORD_TYPE_ABE_MASTER },
178 { "ID_TOKEN_METADATA", GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA }, 180 { "ID_TOKEN_METADATA", GNUNET_GNSRECORD_TYPE_ID_TOKEN_METADATA },
179 { NULL, UINT32_MAX } 181 { NULL, UINT32_MAX }
180}; 182};
@@ -229,7 +231,7 @@ number_to_typename (void *cls,
229 * @return the exported block API 231 * @return the exported block API
230 */ 232 */
231void * 233void *
232libgnunet_plugin_gnsrecord_identity_init (void *cls) 234libgnunet_plugin_gnsrecord_identity_provider_init (void *cls)
233{ 235{
234 struct GNUNET_GNSRECORD_PluginFunctions *api; 236 struct GNUNET_GNSRECORD_PluginFunctions *api;
235 237
@@ -249,7 +251,7 @@ libgnunet_plugin_gnsrecord_identity_init (void *cls)
249 * @return NULL 251 * @return NULL
250 */ 252 */
251void * 253void *
252libgnunet_plugin_gnsrecord_identity_done (void *cls) 254libgnunet_plugin_gnsrecord_identity_provider_done (void *cls)
253{ 255{
254 struct GNUNET_GNSRECORD_PluginFunctions *api = cls; 256 struct GNUNET_GNSRECORD_PluginFunctions *api = cls;
255 257