From 1ffba6fe82d65f2a87b53a21c7927bca8176038c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Jan 2010 00:51:37 +0100 Subject: fix job merging --- job.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'job.h') diff --git a/job.h b/job.h index 7a44ae0776..33c599eaba 100644 --- a/job.h +++ b/job.h @@ -90,4 +90,9 @@ bool job_is_anchor(Job *j); int job_merge(Job *j, Job *other); +const char* job_type_to_string(JobType t); +int job_type_merge(JobType *a, JobType b); +bool job_type_mergeable(JobType a, JobType b); +bool job_type_is_superset(JobType a, JobType b); + #endif -- cgit v1.2.3-54-g00ecf