diff options
Diffstat (limited to 'src/dbus-job.h')
-rw-r--r-- | src/dbus-job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dbus-job.h b/src/dbus-job.h index 4602358856..2b79423f01 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 |