X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=c45dde53a6452af5641199ba94000b05038ccc19;hb=45071fcaa03eafc27352987fa2277b2792725036;hp=26943151558f069812d992f4d2d71f3b3ddacf6c;hpb=86b23b07c96b185126bfbf217227dad362a20c25;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index 269431515..c45dde53a 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -241,7 +241,7 @@ void exec_context_dump(ExecContext *c, FILE* f, const char *prefix); int exec_context_destroy_runtime_directory(ExecContext *c, const char *runtime_root); -int exec_context_load_environment(const ExecContext *c, char ***l); +int exec_context_load_environment(const ExecContext *c, const char *unit_id, char ***l); bool exec_context_may_touch_console(ExecContext *c);