aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg_paths.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg_paths.h b/toolsrc/include/vcpkg_paths.h
index b0064c60d..72cba01b7 100644
--- a/toolsrc/include/vcpkg_paths.h
+++ b/toolsrc/include/vcpkg_paths.h
@@ -11,8 +11,8 @@ namespace vcpkg
{
static expected<vcpkg_paths> create(const std::tr2::sys::path& vcpkg_root_dir);
- fs::path find_available_package(const package_spec& spec) const;
- fs::path find_available_port_file(const package_spec& spec) const;
+ fs::path package_dir(const package_spec& spec) const;
+ fs::path port_dir(const package_spec& spec) const;
std::tr2::sys::path root;
std::tr2::sys::path packages;