chiark / gitweb /
make sure impact of transactions is minimized
[elogind.git] / job.h
diff --git a/job.h b/job.h
index 33c599eababb2e4bb1b76488a26075fe5355f349..d839db5a40c98a951526b9bef693177f16c7f10d 100644 (file)
--- 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