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=460235885645f93a6189de70f270716cb33f38cd;hb=2e33c4331f9f1169645e4b2e9c7c8861454f6b51;hpb=7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd diff --git a/src/dbus-job.h b/src/dbus-job.h index 460235885..2b79423f0 100644 --- a/src/dbus-job.h +++ b/src/dbus-job.h @@ -29,4 +29,6 @@ void bus_job_send_removed_signal(Job *j, bool success); extern const DBusObjectPathVTable bus_job_vtable; +extern const char bus_job_interface[]; + #endif