aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/media/media-rygel.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/media/media-rygel.h')
-rw-r--r--plugins/media/media-rygel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/media/media-rygel.h b/plugins/media/media-rygel.h
index c9705a4a..37fa53c4 100644
--- a/plugins/media/media-rygel.h
+++ b/plugins/media/media-rygel.h
@@ -42,7 +42,8 @@ struct dev_ctx {
STATIC void _rygel_device_cb (GUPnPControlPoint *, GUPnPDeviceProxy *, gpointer);
STATIC void _rygel_content_cb (GUPnPServiceProxy *, GUPnPServiceProxyAction *, gpointer);
-static struct dev_ctx **dev_ctx = NULL;
+static gint handler_cb;
static unsigned int client_count = 0;
+static struct dev_ctx **dev_ctx = NULL;
#endif /* MEDIA_RYGEL_H */