X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=bus%2Fdriver.h;h=aa27ea94d4853272e72c7a8f3d8e6411387c2bbf;hb=2091493e996ce159cb5d92adcf10def691214881;hp=183c28b951461600b2b6b02a5d96d21696afceed;hpb=931a8fa172e295be9b14ee5c5ed7658f3f0d86dd;p=platform%2Fupstream%2Fdbus.git diff --git a/bus/driver.h b/bus/driver.h index 183c28b..aa27ea9 100644 --- a/bus/driver.h +++ b/bus/driver.h @@ -67,4 +67,8 @@ dbus_bool_t bus_driver_send_ack_reply (DBusConnection *connection, DBusMessage *message, DBusError *error); +dbus_bool_t bus_driver_send_connection_overflow (DBusConnection *connection, + BusTransaction *transaction, + DBusError *error); + #endif /* BUS_DRIVER_H */