aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/peers/peers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/peers/peers.c')
-rw-r--r--src/plugins/peers/peers.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/peers/peers.c b/src/plugins/peers/peers.c
index e25072b0..fdab628d 100644
--- a/src/plugins/peers/peers.c
+++ b/src/plugins/peers/peers.c
@@ -36,7 +36,7 @@
36 36
37static struct GNUNET_CronManager *cron; 37static struct GNUNET_CronManager *cron;
38 38
39static struct GNUNET_GEContext *ectx; 39static struct GNUNET_GE_Context *ectx;
40 40
41static struct GNUNET_GC_Configuration *cfg; 41static struct GNUNET_GC_Configuration *cfg;
42 42
@@ -270,7 +270,7 @@ updatePeerInfo (void *dummy)
270 270
271 271
272void 272void
273init_peers (struct GNUNET_GEContext *e, struct GNUNET_GC_Configuration *c) 273init_peers (struct GNUNET_GE_Context *e, struct GNUNET_GC_Configuration *c)
274{ 274{
275 GtkWidget *tab; 275 GtkWidget *tab;
276 GtkWidget *peers; 276 GtkWidget *peers;