summaryrefslogtreecommitdiffstats
path: root/bus/services.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/services.h')
-rw-r--r--bus/services.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/services.h b/bus/services.h
index 5e9ece18..aba2989a 100644
--- a/bus/services.h
+++ b/bus/services.h
@@ -32,7 +32,7 @@
typedef void (* BusServiceForeachFunction) (BusService *service,
void *data);
-BusRegistry* bus_registry_new (void);
+BusRegistry* bus_registry_new (BusContext *context);
void bus_registry_ref (BusRegistry *registry);
void bus_registry_unref (BusRegistry *registry);
BusService* bus_registry_lookup (BusRegistry *registry,