diff options
Diffstat (limited to 'execute.h')
-rw-r--r-- | execute.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -164,7 +164,7 @@ typedef enum ExitStatus { int exec_spawn(ExecCommand *command, const ExecContext *context, - int *fds, unsigned n_fds, + int fds[], unsigned n_fds, bool apply_permissions, bool apply_chroot, bool confirm_spawn, |