From 51b35a2d4305a2f302be62a370c4b00b2a215279 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 5 May 2018 21:37:17 +0300 Subject: Add support for --patch option --- bpkg/package.hxx | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bpkg/package.hxx') 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&&, bool prereq = true); + pair, shared_ptr> + filter_one (const vector>&, + odb::result&&, + 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. -- cgit v1.1