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=460235885645f93a6189de70f270716cb33f38cd;hb=0355825f59d846b6692a92ae221cbbd6678b4d1e;hpb=7535cc788e37afaf9904d0ee8e2b98f1cb3a4cbd diff --git a/src/dbus-job.h b/src/dbus-job.h index 460235885..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 @@ -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