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