aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 69a02d3..79534f0 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -247,6 +247,9 @@ namespace bpkg
const char*
name_b (const common_options&);
+ process_path
+ search_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);