aboutsummaryrefslogtreecommitdiff
path: root/bdep/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/utility.hxx')
-rw-r--r--bdep/utility.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/bdep/utility.hxx b/bdep/utility.hxx
index 1ecdc6a..dc9e589 100644
--- a/bdep/utility.hxx
+++ b/bdep/utility.hxx
@@ -121,14 +121,18 @@ namespace bdep
template <typename O, typename E, typename... A>
process
- start_bpkg (const common_options&, O&& out, E&& err, A&&... args);
+ start_bpkg (uint16_t verbosity,
+ const common_options&,
+ O&& out,
+ E&& err,
+ A&&... args);
void
finish_bpkg (const common_options&, process&, bool io_error = false);
template <typename... A>
void
- run_bpkg (const common_options&, A&&... args);
+ run_bpkg (uint16_t verbosity, const common_options&, A&&... args);
// Run the b process.
//