summaryrefslogtreecommitdiff
path: root/src/dbus-job.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dbus-job.h')
-rw-r--r--src/dbus-job.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-job.h b/src/dbus-job.h
index cf9176052..460235885 100644
--- a/src/dbus-job.h
+++ b/src/dbus-job.h
@@ -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;