aboutsummaryrefslogtreecommitdiff
path: root/bbot/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bbot/utility.hxx')
-rw-r--r--bbot/utility.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bbot/utility.hxx b/bbot/utility.hxx
index 50756dd..f6f0349 100644
--- a/bbot/utility.hxx
+++ b/bbot/utility.hxx
@@ -80,11 +80,11 @@ namespace bbot
template <typename P>
void
- run_io_finish (tracer&, process&, const P&);
+ run_io_finish (tracer&, process&, const P&, bool fail_hard = true);
template <typename P>
process_exit::code_type
- run_io_finish_exit (tracer&, process&, const P&);
+ run_io_finish_exit (tracer&, process&, const P&, bool fail_hard = true);
template <typename P, typename... A>
inline void