aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx5
1 files changed, 5 insertions, 0 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index f6bada3..1986e1f 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -599,6 +599,11 @@ namespace bpkg
odb::result<available_package>&&,
bool prereq = true);
+ pair<shared_ptr<available_package>, shared_ptr<repository_fragment>>
+ filter_one (const vector<shared_ptr<repository_fragment>>&,
+ odb::result<available_package>&&,
+ bool prereq = true);
+
// Check if there are packages available in the configuration. If that's not
// the case then print the info message into the diag record or, if it is
// NULL, print the error message and fail.