X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=368c9f00bb7e1e6fa07581f69b59d392be504f2c;hb=5b1869eaa22e365ab6595924fe96549b279b5ebc;hp=c1e9717dc8007ea360fe0994cc800012e19a3c57;hpb=4ad490007b70e6ac18d3cb04fa2ed92eba1451fa;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index c1e9717dc..368c9f00b 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -194,7 +194,6 @@ void exec_context_init(ExecContext *c); void exec_context_done(ExecContext *c, bool reloading_or_reexecuting); void exec_context_tmp_dirs_done(ExecContext *c); void exec_context_dump(ExecContext *c, FILE* f, const char *prefix); -void exec_context_tty_reset(const ExecContext *context); int exec_context_load_environment(const ExecContext *c, char ***l);