X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=execute.h;h=be73542d4b02345d46244630d79f13d5272b110c;hb=136337ff74f05be3d42a769d9f0cb99716c5c40f;hp=f820d56cb85a2ba5e21301b3786a2288a9ff5f0b;hpb=15ae422b7471cf6f41ccf450243d8afd8ea0a054;p=elogind.git diff --git a/execute.h b/execute.h index f820d56cb..be73542d4 100644 --- a/execute.h +++ b/execute.h @@ -98,6 +98,7 @@ struct ExecContext { int syslog_priority; char *syslog_identifier; + bool syslog_no_prefix; char *tty_path; @@ -182,6 +183,7 @@ int exec_spawn(ExecCommand *command, char **argv, const ExecContext *context, int fds[], unsigned n_fds, + char **environment, bool apply_permissions, bool apply_chroot, bool confirm_spawn,