aboutsummaryrefslogtreecommitdiff
path: root/bpkg/fetch.hxx
diff options
context:
space:
mode:
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);