X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fdbus-job.h;h=2b79423f01b73e45fbf327f9d2c3fb87324e1691;hb=36adffeab07c74470bc96417b17a72b53055ee42;hp=cf9176052db0b9085672da4071d0833388936b3c;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221;p=elogind.git diff --git a/src/dbus-job.h b/src/dbus-job.h index cf9176052..2b79423f0 100644 --- a/src/dbus-job.h +++ b/src/dbus-job.h @@ -25,8 +25,10 @@ #include void bus_job_send_change_signal(Job *j); -void bus_job_send_removed_signal(Job *j); +void bus_job_send_removed_signal(Job *j, bool success); extern const DBusObjectPathVTable bus_job_vtable; +extern const char bus_job_interface[]; + #endif