From 5267c62f8c1f483c5348d4a2e498088a41c2e945 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 12 Apr 2023 07:34:39 +0200 Subject: Implement in-process package configuration --- bpkg/utility.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/utility.hxx') diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx index bb264ba..f36185a 100644 --- a/bpkg/utility.hxx +++ b/bpkg/utility.hxx @@ -66,6 +66,7 @@ namespace bpkg // // using butl::process_start_callback; + using butl::process_print_callback; // // @@ -254,6 +255,10 @@ namespace bpkg process_path search_b (const common_options&); + template + void + print_b (const common_options&, verb_b, A&&... args); + template process start_b (const common_options&, O&& out, E&& err, verb_b, A&&... args); -- cgit v1.1