]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/job.h
transaction: rework merging with installed jobs
[thirdparty/systemd.git] / src / core / job.h
index 0110126ce9f43f872f0d79d9bd71d73e29e82850..3acf7a25a79bd91540ea999326884beac9016e70 100644 (file)
@@ -138,7 +138,7 @@ struct Job {
 
 Job* job_new(Unit *unit, JobType type);
 void job_free(Job *job);
-void job_install(Job *j);
+Job* job_install(Job *j);
 void job_uninstall(Job *j);
 void job_dump(Job *j, FILE*f, const char *prefix);