aboutsummaryrefslogtreecommitdiff
path: root/bpkg/package.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/package.hxx')
-rw-r--r--bpkg/package.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/bpkg/package.hxx b/bpkg/package.hxx
index 060f13a..d18742e 100644
--- a/bpkg/package.hxx
+++ b/bpkg/package.hxx
@@ -454,6 +454,18 @@ namespace bpkg
operator size_t () const {return result;}
};
+ bool
+ masked_repository (const lazy_weak_ptr<repository>&);
+
+ bool
+ masked_repository (const shared_ptr<repository>&);
+
+ bool
+ masked_repository_fragment (const lazy_shared_ptr<repository_fragment>&);
+
+ bool
+ masked_repository_fragment (const shared_ptr<repository_fragment>&);
+
// repository
//
#pragma db object pointer(shared_ptr) session