aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility3
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/utility b/bpkg/utility
index bd6f393..9aa2dba 100644
--- a/bpkg/utility
+++ b/bpkg/utility
@@ -74,7 +74,8 @@ namespace bpkg
run_b (const common_options&,
const string& buildspec,
bool quiet = false,
- const strings& vars = strings ());
+ const strings& vars1 = strings (),
+ const strings& vars2 = strings ());
// Call a function if there is an exception.
//