From 60b49cf4f7958ae934bebfa165815ea79e403359 Mon Sep 17 00:00:00 2001 From: Alexander Karatarakis Date: Thu, 6 Apr 2017 18:57:17 -0700 Subject: Extract functions for output formatting --- toolsrc/include/vcpkg_Dependencies.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toolsrc/include') diff --git a/toolsrc/include/vcpkg_Dependencies.h b/toolsrc/include/vcpkg_Dependencies.h index 3243a0915..96fe1031a 100644 --- a/toolsrc/include/vcpkg_Dependencies.h +++ b/toolsrc/include/vcpkg_Dependencies.h @@ -14,6 +14,8 @@ namespace vcpkg::Dependencies AUTO_SELECTED }; + std::string to_output_string(RequestType request_type, const CStringView s); + enum class InstallPlanType { UNKNOWN, -- cgit v1.2.3