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, 4 insertions, 0 deletions
diff --git a/bus/driver.h b/bus/driver.h
index 36a1db91..ac1289da 100644
--- a/bus/driver.h
+++ b/bus/driver.h
@@ -62,5 +62,9 @@ BusDriverFound bus_driver_get_conn_helper (DBusConnection *connection,
const char **name_p,
DBusConnection **peer_conn_p,
DBusError *error);
+dbus_bool_t bus_driver_send_ack_reply (DBusConnection *connection,
+ BusTransaction *transaction,
+ DBusMessage *message,
+ DBusError *error);
#endif /* BUS_DRIVER_H */