aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index ee74816..c9cd95d 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -61,6 +61,7 @@ namespace bbot
class tracer;
using butl::process;
+ using butl::process_env;
using butl::process_exit;
using butl::process_error;
@@ -72,14 +73,13 @@ namespace bbot
process_exit::code_type
run_io_exit (tracer&, I&& in, O&& out, E&& err, const P&, A&&...);
- template <typename I, typename O, typename E, typename P, typename... A>
+ template <typename I, typename O, typename E, typename... A>
process
run_io_start (tracer&,
I&& in,
O&& out,
E&& err,
- const dir_path& cwd,
- const P&,
+ const process_env&,
A&&...);
template <typename P>