From ed437dbd3483baa3d15d1d86d8f057d9112653b1 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 14 Aug 2019 14:36:44 +0300 Subject: Add support for default options files --- bpkg/pkg-unpack.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/pkg-unpack.hxx') diff --git a/bpkg/pkg-unpack.hxx b/bpkg/pkg-unpack.hxx index 1ae3806..5f8f4b4 100644 --- a/bpkg/pkg-unpack.hxx +++ b/bpkg/pkg-unpack.hxx @@ -52,6 +52,10 @@ namespace bpkg version, bool replace, bool simulate); + + pkg_unpack_options + merge_options (const default_options&, + const pkg_unpack_options&); } #endif // BPKG_PKG_UNPACK_HXX -- cgit v1.1