summaryrefslogtreecommitdiff
path: root/src/basic/exec-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/exec-util.h')
-rw-r--r--src/basic/exec-util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/basic/exec-util.h b/src/basic/exec-util.h
index f81019f86..2c745d501 100644
--- a/src/basic/exec-util.h
+++ b/src/basic/exec-util.h
@@ -18,7 +18,8 @@ int execute_directories(
usec_t timeout,
gather_stdout_callback_t const callbacks[_STDOUT_CONSUME_MAX],
void* const callback_args[_STDOUT_CONSUME_MAX],
- char *argv[]);
+ char *argv[],
+ char *envp[]);
#if 0 /// UNNEEDED by elogind
extern const gather_stdout_callback_t gather_environment[_STDOUT_CONSUME_MAX];