chiark / gitweb /
macro: move IOVEC_SET_STRING into macro.h
[elogind.git] / job.h
diff --git a/job.h b/job.h
index bfe20339ece02aa5277159aa9ea12c90e46e5ac3..5bea2948c7b1b922afc0627595b17a56dc775beb 100644 (file)
--- a/job.h
+++ b/job.h
@@ -126,6 +126,7 @@ int job_type_merge(JobType *a, JobType b);
 bool job_type_is_mergeable(JobType a, JobType b);
 bool job_type_is_superset(JobType a, JobType b);
 bool job_type_is_conflicting(JobType a, JobType b);
+bool job_type_is_redundant(JobType a, UnitActiveState b);
 
 bool job_is_runnable(Job *j);