summaryrefslogtreecommitdiff
path: root/job.h
diff options
context:
space:
mode:
Diffstat (limited to 'job.h')
-rw-r--r--job.h2
1 files changed, 2 insertions, 0 deletions
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