aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 2cfa8fa..4cbfc3c 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -206,11 +206,8 @@ namespace bpkg
//
extern dir_path exec_dir;
- // Run build2, mapping verbosity levels. If quiet is true, then run build2
- // quiet if our verbosity level is 1.
+ // Run build2, mapping verbosity levels.
//
- const char*
- name_b (const common_options&);
// Verbosity level 1 mapping.
//
@@ -221,6 +218,9 @@ namespace bpkg
normal // Run normally (at verbosity 1).
};
+ const char*
+ name_b (const common_options&);
+
template <typename O, typename E, typename... A>
process
start_b (const common_options&, O&& out, E&& err, verb_b, A&&... args);