From 15dff3c592385466406732cd6ced809dc28cf2e2 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 21 Mar 2018 21:40:28 +0300 Subject: Implement build plan simulation --- bpkg/fetch.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/fetch.hxx') diff --git a/bpkg/fetch.hxx b/bpkg/fetch.hxx index fc6b763..e784cb6 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -40,11 +40,11 @@ namespace bpkg const repository_location&, bool ignore_unknown); - path + void pkg_fetch_archive (const common_options&, const repository_location&, const path& archive, - const dir_path& destdir); + const path& dest); // Repository type git (fetch-git.cxx). // -- cgit v1.1