aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-16 14:25:17 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-03-16 19:03:39 +0300
commit36026ec0a05d74776114ddf5aee096fbda9bc7ee (patch)
tree069ae3f92988641749b3b77865c2b9a12e74e8bb /bpkg/package.hxx
parentbe961c92f1306ad16392eb90dbaa579353c9033e (diff)
Redo pkg-status output
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