From: Gabor X Toth <*@tg-x.net> Date: Sat, 24 Sep 2016 01:19:18 +0000 (+0000) Subject: psyc,psycstore,social: switch to SERVICE API X-Git-Tag: initial-import-from-subversion-38251~218 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ce0ede295cde67140a18eae97a39527dd2f347eb;p=oweals%2Fgnunet.git psyc,psycstore,social: switch to SERVICE API --- 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;