aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2023-03-06 08:48:43 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2023-03-06 08:48:43 +0200
commitc84c3bda276e6b07ab784521de2634376286e76d (patch)
tree32c18b8f169e291986deaa6b8f65461fd5795b61 /bpkg/utility.hxx
parent93a20edf430996147a38087268eb2af5d39c62c4 (diff)
Various cleanups and fixes
Diffstat (limited to 'bpkg/utility.hxx')
-rw-r--r--bpkg/utility.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/bpkg/utility.hxx b/bpkg/utility.hxx
index 79534f0..bb264ba 100644
--- a/bpkg/utility.hxx
+++ b/bpkg/utility.hxx
@@ -244,6 +244,10 @@ namespace bpkg
normal // Run normally (at verbosity 1).
};
+ template <typename V>
+ void
+ map_verb_b (const common_options&, verb_b, V& args, string& verb_arg);
+
const char*
name_b (const common_options&);