aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-unpack.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-unpack.hxx')
-rw-r--r--bpkg/pkg-unpack.hxx9
1 files changed, 6 insertions, 3 deletions
diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx
index 83acb97..fd92e4c 100644
--- a/bpkg/pkg-unpack.hxx
+++ b/bpkg/pkg-unpack.hxx
@@ -26,7 +26,8 @@ namespace bpkg
transaction&,
const dir_path&,
bool replace,
- bool purge);
+ bool purge,
+ bool simulate);
// Unpack the fetched package and commit the transaction.
//
@@ -34,7 +35,8 @@ namespace bpkg
pkg_unpack (const common_options&,
const dir_path& configuration,
transaction&,
- const string& name);
+ const string& name,
+ bool simulate);
// Unpack the package as a source directory from a directory-based
// repository and commit the transaction.
@@ -45,7 +47,8 @@ namespace bpkg
transaction&,
string name,
version,
- bool replace);
+ bool replace,
+ bool simulate);
}
#endif // BPKG_PKG_UNPACK_HXX