chiark / gitweb /
systemctl: add --block switch for synchronous starting of units
[elogind.git] / src / dbus-job.h
index cf9176052db0b9085672da4071d0833388936b3c..460235885645f93a6189de70f270716cb33f38cd 100644 (file)
@@ -25,7 +25,7 @@
 #include <dbus/dbus.h>
 
 void bus_job_send_change_signal(Job *j);
-void bus_job_send_removed_signal(Job *j);
+void bus_job_send_removed_signal(Job *j, bool success);
 
 extern const DBusObjectPathVTable bus_job_vtable;