X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fdbus-job.h;h=d1d0f6ddf0127b8f461e9086c5c59b24c00a0731;hb=5261ba901845c084de5a8fd06500ed09bfb0bd80;hp=a1b928fb16ab4376c7bfc79b4d754b9775c67c34;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git 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[];