summaryrefslogtreecommitdiffstats
path: root/bus/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.h')
-rw-r--r--bus/driver.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/bus/driver.h b/bus/driver.h
index ea5638c3..897a2db2 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -26,7 +26,8 @@
#include <dbus/dbus.h>
-dbus_bool_t bus_driver_add_connection (DBusConnection *connection);
-void bus_driver_remove_connection (DBusConnection *connection);
+void bus_driver_handle_message (DBusConnection *connection,
+ DBusMessage *message);
+void bus_driver_remove_connection (DBusConnection *connection);
#endif /* BUS_DRIVER_H */