aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorgrdowns <grdowns@microsoft.com>2019-04-11 19:10:08 -0700
committergrdowns <grdowns@microsoft.com>2019-04-11 19:10:08 -0700
commiteeac6187c9cfd21cc629a6aeadf1abc9fd7712fd (patch)
tree58437b0635b53838352b27c7196c53bc622e71bb /toolsrc/include
parent8fe6f4bdd83f0b912327693c22e132c0c8f82744 (diff)
parenta492caf9d5a069987b6309c6cbf8e5cc8c3ec6a8 (diff)
downloadvcpkg-eeac6187c9cfd21cc629a6aeadf1abc9fd7712fd.tar.gz
vcpkg-eeac6187c9cfd21cc629a6aeadf1abc9fd7712fd.zip
Merge branch 'depend_info_no_recurse' of https://github.com/jediry/vcpkg into dev/grdowns/6055
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 fd7d832b3..6a94b389a 100644
--- a/toolsrc/include/vcpkg/commands.h
+++ b/toolsrc/include/vcpkg/commands.h
@@ -55,6 +55,7 @@ namespace vcpkg::Commands
namespace DependInfo
{
+ extern const CommandStructure COMMAND_STRUCTURE;
void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths);
}