From ce0ede295cde67140a18eae97a39527dd2f347eb Mon Sep 17 00:00:00 2001 From: Gabor X Toth <*@tg-x.net> Date: Sat, 24 Sep 2016 01:19:18 +0000 Subject: [PATCH] psyc,psycstore,social: switch to SERVICE API --- src/psyc/gnunet-service-psyc.c | 2 +- src/psycstore/gnunet-service-psycstore.c | 2 +- src/social/gnunet-service-social.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/psyc/gnunet-service-psyc.c b/src/psyc/gnunet-service-psyc.c index 2293c9181..eab74b467 100644 --- a/src/psyc/gnunet-service-psyc.c +++ b/src/psyc/gnunet-service-psyc.c @@ -46,7 +46,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg; /** * Service handle. */ -struct GNUNET_SERVICE_Handle *service; +static struct GNUNET_SERVICE_Handle *service; /** * Handle to the statistics service. diff --git a/src/psycstore/gnunet-service-psycstore.c b/src/psycstore/gnunet-service-psycstore.c index 12e1d1a8d..1d1103006 100644 --- a/src/psycstore/gnunet-service-psycstore.c +++ b/src/psycstore/gnunet-service-psycstore.c @@ -46,7 +46,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg; /** * Service handle. */ -struct GNUNET_SERVICE_Handle *service; +static struct GNUNET_SERVICE_Handle *service; /** * Handle to the statistics service. diff --git a/src/social/gnunet-service-social.c b/src/social/gnunet-service-social.c index 685eb71ca..e6ee24a4f 100644 --- a/src/social/gnunet-service-social.c +++ b/src/social/gnunet-service-social.c @@ -49,7 +49,7 @@ static const struct GNUNET_CONFIGURATION_Handle *cfg; /** * Service handle. */ -struct GNUNET_SERVICE_Handle *service; +static struct GNUNET_SERVICE_Handle *service; /* Handles to other services */ static struct GNUNET_IDENTITY_Handle *id; -- 2.25.1