aboutsummaryrefslogtreecommitdiff
path: root/src/social/gnunet-service-social.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/social/gnunet-service-social.c')
-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;