aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.hxx
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2018-02-13 23:31:05 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2018-02-15 12:12:30 +0300
commit0e1deb6510594c896804b7409e2f33fd2d035e3d (patch)
tree5b5fbeaeceaa6720416ceb9a6ca79e5cab49e578 /bpkg/fetch.hxx
parentfbc7f6db25c322ea0da0a13d080d07b84f8bc497 (diff)
Adapt to package/repository manifests API change
Diffstat (limited to 'bpkg/fetch.hxx')
-rw-r--r--bpkg/fetch.hxx8
1 files changed, 4 insertions, 4 deletions
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<repository_manifests, string /* checksum */>
+ pair<bpkg_repository_manifests, string /* checksum */>
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<package_manifests, string /* checksum */>
+ pair<bpkg_package_manifests, string /* checksum */>
bpkg_fetch_packages (const common_options&,
const repository_location&,
bool ignore_unknown);