diff options
Diffstat (limited to 'bpkg/pkg-fetch.hxx')
-rw-r--r-- | bpkg/pkg-fetch.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
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<pkg_fetch_options>&, + const pkg_fetch_options&); } #endif // BPKG_PKG_FETCH_HXX |