diff options
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg_Commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg_Commands.h b/toolsrc/include/vcpkg_Commands.h index 3cc48ac89..8272929a7 100644 --- a/toolsrc/include/vcpkg_Commands.h +++ b/toolsrc/include/vcpkg_Commands.h @@ -30,6 +30,8 @@ namespace vcpkg void integrate_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); + void portsdiff_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); + void help_command(const vcpkg_cmd_arguments& args, const vcpkg_paths& paths); void help_topic_valid_triplet(const vcpkg_paths& paths); |
