diff options
| author | zi-m <zi.m.github.com@gmail.com> | 2019-09-07 23:08:23 +0200 |
|---|---|---|
| committer | zi-m <zi.m.github.com@gmail.com> | 2019-09-07 23:08:23 +0200 |
| commit | 108faffff4c995bc36c08695f72c14ae0f21163c (patch) | |
| tree | 88a01a6076f142e4ad1b6002f4c7dc3730aa50ca /toolsrc/include | |
| parent | 7fd21c5d827c2d77b21270646c2fe53704245747 (diff) | |
| parent | 4cffadc18891aa6cc5a512cf500ad468c54cd3d0 (diff) | |
| download | vcpkg-108faffff4c995bc36c08695f72c14ae0f21163c.tar.gz vcpkg-108faffff4c995bc36c08695f72c14ae0f21163c.zip | |
Merge remote-tracking branch 'upstream/master' into wxchartdir
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/commands.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index 8a502122e..e73077e1d 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -100,6 +100,11 @@ namespace vcpkg::Commands void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); } + namespace PortHistory + { + void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); + } + namespace Autocomplete { void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); |
