summaryrefslogtreecommitdiff
path: root/bus/driver.h
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.h')
-rw-r--r--bus/driver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/bus/driver.h b/bus/driver.h
index 713b2764..201709c4 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -46,7 +46,7 @@ dbus_bool_t bus_driver_send_service_owner_changed (const char *service_name
BusTransaction *transaction,
DBusError *error);
dbus_bool_t bus_driver_generate_introspect_string (DBusString *xml);
-
-
+dbus_bool_t bus_driver_check_message_is_for_us (DBusMessage *message,
+ DBusError *error);
#endif /* BUS_DRIVER_H */