aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorsdcb <sdflysha@qq.com>2016-10-20 13:03:58 +0800
committersdcb <sdflysha@qq.com>2016-10-20 13:03:58 +0800
commit2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287 (patch)
treebf2c24d11941d43b32ddd0f2c06dca7f34d7adf2 /toolsrc/include
parentcb0d924ec3fcc4fa6ee7db75a522c697ee5035e1 (diff)
downloadvcpkg-2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287.tar.gz
vcpkg-2b8bdeb0441c9fb83fc79bf10a761d1bf11cd287.zip
Add hash file support.
Diffstat (limited to 'toolsrc/include')
-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 978519820..dc4699dc0 100644
--- a/toolsrc/include/vcpkg_Commands.h
+++ b/toolsrc/include/vcpkg_Commands.h
@@ -35,6 +35,7 @@ namespace vcpkg
void version_command(const vcpkg_cmd_arguments& args);
void contact_command(const vcpkg_cmd_arguments& args);
+ void hash_command(const vcpkg_cmd_arguments& args);
using command_type_a = void(*)(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths, const triplet& default_target_triplet);
using command_type_b = void(*)(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths);