aboutsummaryrefslogtreecommitdiff
path: root/src/psyc
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 /src/psyc
parentea69f610a0de5186994f132290fce47063434fbf (diff)
downloadgnunet-ce0ede295cde67140a18eae97a39527dd2f347eb.tar.gz
gnunet-ce0ede295cde67140a18eae97a39527dd2f347eb.zip
psyc,psycstore,social: switch to SERVICE API
Diffstat (limited to 'src/psyc')
-rw-r--r--src/psyc/gnunet-service-psyc.c2
1 files changed, 1 insertions, 1 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.