From 0e1deb6510594c896804b7409e2f33fd2d035e3d Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 13 Feb 2018 23:31:05 +0300 Subject: Adapt to package/repository manifests API change --- bpkg/fetch.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'bpkg/fetch.hxx') diff --git a/bpkg/fetch.hxx b/bpkg/fetch.hxx index 49e144c..f243e09 100644 --- a/bpkg/fetch.hxx +++ b/bpkg/fetch.hxx @@ -19,18 +19,18 @@ namespace bpkg // Repository type bpkg (fetch-bpkg.cxx). // - repository_manifests + bpkg_repository_manifests bpkg_fetch_repositories (const dir_path&, bool ignore_unknown); - pair + pair bpkg_fetch_repositories (const common_options&, const repository_location&, bool ignore_unknown); - package_manifests + bpkg_package_manifests bpkg_fetch_packages (const dir_path&, bool ignore_unknown); - pair + pair bpkg_fetch_packages (const common_options&, const repository_location&, bool ignore_unknown); -- cgit v1.1