summaryrefslogtreecommitdiffstats
path: root/bus/activation.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/activation.h')
-rw-r--r--bus/activation.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/bus/activation.h b/bus/activation.h
index 901c4eee..15260f01 100644
--- a/bus/activation.h
+++ b/bus/activation.h
@@ -24,6 +24,11 @@
#ifndef BUS_ACTIVATION_H
#define BUS_ACTIVATION_H
-void bus_activation_init (const char **paths);
+#include <dbus/dbus.h>
+
+void bus_activation_init (const char **paths);
+dbus_bool_t bus_activation_activate_service (const char *service_name,
+ DBusError *error);
+
#endif /* BUS_ACTIVATION_H */