aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package-skeleton.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package-skeleton.hxx')
-rw-r--r--bpkg/package-skeleton.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/bpkg/package-skeleton.hxx b/bpkg/package-skeleton.hxx
index 7224d1d..9f76221 100644
--- a/bpkg/package-skeleton.hxx
+++ b/bpkg/package-skeleton.hxx
@@ -141,11 +141,13 @@ namespace bpkg
bool
evaluate_prefer_accept (const dependency_configurations&,
- const string&, const string&, pair<size_t, size_t>);
+ const string&, const string&, pair<size_t, size_t>,
+ bool has_alternative);
bool
evaluate_require (const dependency_configurations&,
- const string&, pair<size_t, size_t>);
+ const string&, pair<size_t, size_t>,
+ bool has_alternative);
// Reset the skeleton to the start of the call sequence.
//