X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fdbus-job.h;h=d1d0f6ddf0127b8f461e9086c5c59b24c00a0731;hp=a1b928fb16ab4376c7bfc79b4d754b9775c67c34;hb=718db96199eb307751264e4163555662c9a389fa;hpb=3febea3a0b0a968ea281e7959c1654cbaf95c9bf diff --git a/src/core/dbus-job.h b/src/core/dbus-job.h index a1b928fb1..d1d0f6ddf 100644 --- a/src/core/dbus-job.h +++ b/src/core/dbus-job.h @@ -21,13 +21,10 @@ along with systemd; If not, see . ***/ -#include - +#include "sd-bus.h" #include "job.h" +extern const sd_bus_vtable bus_job_vtable[]; + void bus_job_send_change_signal(Job *j); void bus_job_send_removed_signal(Job *j); - -extern const DBusObjectPathVTable bus_job_vtable; - -extern const char bus_job_interface[];