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 8c714c4..58338bd 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -499,6 +499,11 @@ namespace bpkg
odb::result<available_package>&&,
bool prereq = true);
+ shared_ptr<repository>
+ filter (const shared_ptr<repository>&,
+ const shared_ptr<available_package>&,
+ bool prereq = true);
+
// package_state
//
enum class package_state