diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-15 20:25:10 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-15 20:25:10 +0200 |
commit | b5af2aca120f1bf13cffc270803c2232918dd967 (patch) | |
tree | 69b8c2fcb5584ce2ef6970e03da5af55c7647eeb /src/core/dbus-job.h | |
parent | def9a7aa0182e5ecca3ac61b26f75136a5c4f103 (diff) | |
parent | b39a2770ba55637da80e2e389222c59dbea73507 (diff) |
Merge commit 'b39a2770ba55637da80e2e389222c59dbea73507'
Diffstat (limited to 'src/core/dbus-job.h')
-rw-r--r-- | src/core/dbus-job.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/dbus-job.h b/src/core/dbus-job.h index d1d0f6ddf0..6c2fc0789c 100644 --- a/src/core/dbus-job.h +++ b/src/core/dbus-job.h @@ -26,5 +26,7 @@ extern const sd_bus_vtable bus_job_vtable[]; +int bus_job_method_cancel(sd_bus *bus, sd_bus_message *message, void *job, sd_bus_error *error); + void bus_job_send_change_signal(Job *j); void bus_job_send_removed_signal(Job *j); |