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-fetch.hxx | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'bpkg/pkg-fetch.hxx') diff --git a/bpkg/pkg-fetch.hxx b/bpkg/pkg-fetch.hxx index 91ef172..cdd5256 100644 --- a/bpkg/pkg-fetch.hxx +++ b/bpkg/pkg-fetch.hxx @@ -43,6 +43,10 @@ namespace bpkg version, bool replace, bool simulate); + + pkg_fetch_options + merge_options (const default_options&, + const pkg_fetch_options&); } #endif // BPKG_PKG_FETCH_HXX -- cgit v1.1