diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-02-03 14:21:48 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-02-03 14:21:48 +0100 |
commit | 47be870bd83fb3719dffc3ee9348a409ab762a14 (patch) | |
tree | 1d1ad244ffb51c901590ba320e8b458cad825021 /job.h | |
parent | a7334b0952ab66c17ee787e36e6d2c5ceb387de6 (diff) |
build: basic autoconfization
Diffstat (limited to 'job.h')
-rw-r--r-- | job.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ 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_is_runnable(Job *j); + void job_schedule_run(Job *j); int job_run_and_invalidate(Job *j); int job_finish_and_invalidate(Job *j, bool success); |