From ea4309869e75497ba6a97c540646cb66a157a4d9 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 1 Feb 2010 03:33:24 +0100 Subject: add basic (and not very useful) D-Bus support --- job.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'job.h') diff --git a/job.h b/job.h index f1a588cbc9..83401e8c1f 100644 --- a/job.h +++ b/job.h @@ -114,4 +114,6 @@ JobType job_type_from_string(const char *s); const char* job_state_to_string(JobState t); JobState job_state_from_string(const char *s); +char *job_dbus_path(Job *j); + #endif -- cgit v1.2.3-54-g00ecf