summaryrefslogtreecommitdiff
path: root/src/core/dbus-job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dbus-job.h')
-rw-r--r--src/core/dbus-job.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/core/dbus-job.h b/src/core/dbus-job.h
index a1b928fb16..d1d0f6ddf0 100644
--- a/src/core/dbus-job.h
+++ b/src/core/dbus-job.h
@@ -21,13 +21,10 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
-#include <dbus/dbus.h>
-
+#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[];