diff options
Diffstat (limited to 'bpkg/pkg-checkout.hxx')
-rw-r--r-- | bpkg/pkg-checkout.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bpkg/pkg-checkout.hxx b/bpkg/pkg-checkout.hxx index b217100..084c752 100644 --- a/bpkg/pkg-checkout.hxx +++ b/bpkg/pkg-checkout.hxx @@ -27,7 +27,8 @@ namespace bpkg transaction&, string name, version, - bool replace); + bool replace, + bool simulate); } #endif // BPKG_PKG_CHECKOUT_HXX |