X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-job.h;h=2b79423f01b73e45fbf327f9d2c3fb87324e1691;hp=cf9176052db0b9085672da4071d0833388936b3c;hb=598b557bf0dea33db2c13d383382efbd847ed5f0;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 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