aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/fetch.hxx')
-rw-r--r--bpkg/fetch.hxx4
1 files changed, 2 insertions, 2 deletions
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).
//