From e094e853a047e10f0d2989eed76b6aa430e3ea1a Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 21 Jan 2010 02:59:12 +0100 Subject: make sure impact of transactions is minimized --- job.h | 1 + 1 file changed, 1 insertion(+) (limited to 'job.h') diff --git a/job.h b/job.h index 33c599eaba..d839db5a40 100644 --- a/job.h +++ b/job.h @@ -94,5 +94,6 @@ 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); +bool job_type_is_conflicting(JobType a, JobType b); #endif -- cgit v1.2.3-54-g00ecf