aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/social/test_social.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/social/test_social.c b/src/social/test_social.c
index 78c58db142..1d2673a11f 100644
--- a/src/social/test_social.c
+++ b/src/social/test_social.c
@@ -404,7 +404,7 @@ app_recv_host (void *cls,
struct GNUNET_SOCIAL_HostConnection *hconn,
struct GNUNET_SOCIAL_Ego *ego,
const struct GNUNET_CRYPTO_EddsaPublicKey *host_pub_key,
- enum GNUNET_SOCIAL_PlaceState place_state)
+ enum GNUNET_SOCIAL_AppPlaceState place_state)
{
struct GNUNET_HashCode host_pub_hash;
GNUNET_CRYPTO_hash (host_pub_key, sizeof (*host_pub_key), &host_pub_hash);
@@ -429,7 +429,7 @@ app_recv_guest (void *cls,
struct GNUNET_SOCIAL_GuestConnection *gconn,
struct GNUNET_SOCIAL_Ego *ego,
const struct GNUNET_CRYPTO_EddsaPublicKey *guest_pub_key,
- enum GNUNET_SOCIAL_PlaceState place_state)
+ enum GNUNET_SOCIAL_AppPlaceState place_state)
{
struct GNUNET_HashCode guest_pub_hash;
GNUNET_CRYPTO_hash (guest_pub_key, sizeof (*guest_pub_key), &guest_pub_hash);