diff options
author | LRN <lrn1986@gmail.com> | 2013-10-11 14:13:24 +0000 |
---|---|---|
committer | LRN <lrn1986@gmail.com> | 2013-10-11 14:13:24 +0000 |
commit | 01521e0e51a35ff1e1b54dc78d643ce8c9042720 (patch) | |
tree | ce9dd128dd7a80e4341836470748e21aa7aa544a /src/include/gnunet_social_service.h | |
parent | b856ff1a422a7cd3a8cc5f7d595dd8c5b4199984 (diff) |
Make it compile again
Diffstat (limited to 'src/include/gnunet_social_service.h')
-rw-r--r-- | src/include/gnunet_social_service.h | 6 |
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, */ void GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym, - struct GNUNET_CRYPTO_EccPublicSignKey *nym_key); + struct GNUNET_CRYPTO_EddsaPublicKey *nym_key); /** @@ -294,7 +294,7 @@ GNUNET_SOCIAL_nym_get_key (struct GNUNET_SOCIAL_Nym *nym, */ void GNUNET_SOCIAL_home_get_key (struct GNUNET_SOCIAL_Home *home, - struct GNUNET_CRYPTO_EccPrivateKey *home_key); + struct GNUNET_CRYPTO_EddsaPrivateKey *home_key); /** @@ -440,7 +440,7 @@ GNUNET_SOCIAL_place_enter (const struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_SOCIAL_Place * GNUNET_SOCIAL_place_enter2 (const struct GNUNET_CONFIGURATION_Handle *cfg, struct GNUNET_IDENTITY_Ego *ego, - struct GNUNET_CRYPTO_EccPublicSignKey *crypto_address, + struct GNUNET_CRYPTO_EddsaPublicKey *crypto_address, struct GNUNET_PeerIdentity *origin, size_t relay_count, struct GNUNET_PeerIdentity *relays, |