chiark / gitweb /
dbus: install some properties on the job objects
[elogind.git] / job.h
diff --git a/job.h b/job.h
index f1a588cbc9f916f2f9cc97d5c120e445364de6fa..83401e8c1fcf11b576b11349e4ed489d819a9289 100644 (file)
--- 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