summaryrefslogtreecommitdiffstats
path: root/bus/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.h')
-rw-r--r--bus/driver.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/bus/driver.h b/bus/driver.h
index bc430520..39bff672 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -45,5 +45,8 @@ dbus_bool_t bus_driver_send_service_owner_changed (const char *service_name
const char *new_owner,
BusTransaction *transaction,
DBusError *error);
+dbus_bool_t bus_driver_generate_introspect_string (DBusString *xml);
+
+
#endif /* BUS_DRIVER_H */