aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/vcpkg_Commands.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
commit43eb772d9475b4e9ec06eb54dca078a4793ab9e4 (patch)
treeb54ff8e549f7ffcc78691d4489021276397547a9 /toolsrc/include/vcpkg_Commands.h
parentac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (diff)
downloadvcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.tar.gz
vcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.zip
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Diffstat (limited to 'toolsrc/include/vcpkg_Commands.h')
-rw-r--r--toolsrc/include/vcpkg_Commands.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h
index 3c3ae03c6..544dffe72 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -127,6 +127,7 @@ namespace vcpkg::Commands
namespace Contact
{
+ const std::string& email();
void perform_and_exit(const vcpkg_cmd_arguments& args);
}