summaryrefslogtreecommitdiff
path: root/include/jobs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jobs.h')
-rw-r--r--include/jobs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/jobs.h b/include/jobs.h
index e6ad25d..e6cbe61 100644
--- a/include/jobs.h
+++ b/include/jobs.h
@@ -50,6 +50,7 @@ int job_cost_recursive(struct job *job);
int job_parents_list_insert(struct job *job, struct job *parent);
void job_deps_list_rm(struct job *job, struct job *dep);
void job_stale_set(struct job *job);
+int job_cost(struct job *job);
#define JOBS_H
#endif