X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fdbus-job.h;h=801e3e6349efed8fd444911a53c47ef4599fcc58;hp=cf9176052db0b9085672da4071d0833388936b3c;hb=0355825f59d846b6692a92ae221cbbd6678b4d1e;hpb=e99e38bbdcca3fe5956823bdb3d38544ccf93221 diff --git a/src/dbus-job.h b/src/dbus-job.h index cf9176052..801e3e634 100644 --- a/src/dbus-job.h +++ b/src/dbus-job.h @@ -1,4 +1,4 @@ -/*-*- Mode: C; c-basic-offset: 8 -*-*/ +/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ #ifndef foodbusjobhfoo #define foodbusjobhfoo @@ -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