summaryrefslogtreecommitdiff
path: root/src/execute.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/execute.h')
-rw-r--r--src/execute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execute.h b/src/execute.h
index 2e0e6cca3c..a9075fe0eb 100644
--- a/src/execute.h
+++ b/src/execute.h
@@ -196,6 +196,7 @@ int exec_spawn(ExecCommand *command,
char **environment,
bool apply_permissions,
bool apply_chroot,
+ bool apply_tty_stdin,
bool confirm_spawn,
struct CGroupBonding *cgroup_bondings,
pid_t *ret);