aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_social_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r--src/include/gnunet_social_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_social_service.h b/src/include/gnunet_social_service.h
index 88a52b709..b0c7b63cd 100644
--- a/src/include/gnunet_social_service.h
+++ b/src/include/gnunet_social_service.h
@@ -283,7 +283,7 @@ GNUNET_SOCIAL_home_reject_entry (struct GNUNET_SOCIAL_Home *home,
283 */ 283 */
284void 284void
285GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym, 285GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym,
286 struct GNUNET_CRYPTO_EccPublicSignKey *nym_key); 286 struct GNUNET_CRYPTO_EddsaPublicKey *nym_key);
287 287
288 288
289/** 289/**
@@ -294,7 +294,7 @@ GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym,
294 */ 294 */
295void 295void
296GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home, 296GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home,
297 struct GNUNET_CRYPTO_EccPrivateKey *home_key); 297 struct GNUNET_CRYPTO_EddsaPrivateKey *home_key);
298 298
299 299
300/** 300/**
@@ -440,7 +440,7 @@ GNUNET_SOCIAL_place_enter (const struct GNUNET_CONFIGURATION_Handle *cfg,
440struct GNUNET_SOCIAL_Place * 440struct GNUNET_SOCIAL_Place *
441GNUNET_SOCIAL_place_enter2 (const struct GNUNET_CONFIGURATION_Handle *cfg, 441GNUNET_SOCIAL_place_enter2 (const struct GNUNET_CONFIGURATION_Handle *cfg,
442 struct GNUNET_IDENTITY_Ego *ego, 442 struct GNUNET_IDENTITY_Ego *ego,
443 struct GNUNET_CRYPTO_EccPublicSignKey *crypto_address, 443 struct GNUNET_CRYPTO_EddsaPublicKey *crypto_address,
444 struct GNUNET_PeerIdentity *origin, 444 struct GNUNET_PeerIdentity *origin,
445 size_t relay_count, 445 size_t relay_count,
446 struct GNUNET_PeerIdentity *relays, 446 struct GNUNET_PeerIdentity *relays,