diff options
Diffstat (limited to 'bpkg/rep-remove.hxx')
-rw-r--r-- | bpkg/rep-remove.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bpkg/rep-remove.hxx b/bpkg/rep-remove.hxx index 0fc82e8..41d8578 100644 --- a/bpkg/rep-remove.hxx +++ b/bpkg/rep-remove.hxx @@ -57,6 +57,9 @@ namespace bpkg rep_remove_package_locations (database&, transaction&, const string& fragment_name); + + void + rep_mask (const strings&); } #endif // BPKG_REP_REMOVE_HXX |