X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fjob.h;h=d10e6b6b0eff674edd86c4b8ce47166c7ccef695;hb=c65eb8365344eeb72ee2c0b333ab54d925263b3f;hp=3aa49d4b46a80bb4fd98e23db60993460ac1ed98;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/core/job.h b/src/core/job.h index 3aa49d4b4..d10e6b6b0 100644 --- a/src/core/job.h +++ b/src/core/job.h @@ -217,6 +217,8 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive); char *job_dbus_path(Job *j); +void job_shutdown_magic(Job *j); + const char* job_type_to_string(JobType t); JobType job_type_from_string(const char *s);