aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2016-09-24 01:19:18 +0000
committerGabor X Toth <*@tg-x.net>2016-09-24 01:19:18 +0000
commitce0ede295cde67140a18eae97a39527dd2f347eb (patch)
treeca6f077fa1752629a16e0810f254b09b9cdb035d
parentea69f610a0de5186994f132290fce47063434fbf (diff)
downloadgnunet-ce0ede295cde67140a18eae97a39527dd2f347eb.tar.gz
gnunet-ce0ede295cde67140a18eae97a39527dd2f347eb.zip
psyc,psycstore,social: switch to SERVICE API
-rw-r--r--src/psyc/gnunet-service-psyc.c2
-rw-r--r--src/psycstore/gnunet-service-psycstore.c2
-rw-r--r--src/social/gnunet-service-social.c2
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;
46/** 46/**
47 * Service handle. 47 * Service handle.
48 */ 48 */
49struct GNUNET_SERVICE_Handle *service; 49static struct GNUNET_SERVICE_Handle *service;
50 50
51/** 51/**
52 * Handle to the statistics service. 52 * 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;
46/** 46/**
47 * Service handle. 47 * Service handle.
48 */ 48 */
49struct GNUNET_SERVICE_Handle *service; 49static struct GNUNET_SERVICE_Handle *service;
50 50
51/** 51/**
52 * Handle to the statistics service. 52 * 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;
49/** 49/**
50 * Service handle. 50 * Service handle.
51 */ 51 */
52struct GNUNET_SERVICE_Handle *service; 52static struct GNUNET_SERVICE_Handle *service;
53 53
54/* Handles to other services */ 54/* Handles to other services */
55static struct GNUNET_IDENTITY_Handle *id; 55static struct GNUNET_IDENTITY_Handle *id;