aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-12-01 01:49:24 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-12-01 01:49:24 -0800
commit6eac44c9640a50fbde88535df6261a1a3f234350 (patch)
tree43e197b3836eb522cdbad0e8359e1a32a63f2b21 /toolsrc/include
parent89aaf195fbdfa63708fd6ac90103cac0cdedf3c6 (diff)
downloadvcpkg-6eac44c9640a50fbde88535df6261a1a3f234350.tar.gz
vcpkg-6eac44c9640a50fbde88535df6261a1a3f234350.zip
Move install_package() and deinstall_package() to the files of the
appropriate commands
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/include/vcpkg.h b/toolsrc/include/vcpkg.h
index 2fc993616..ef78e213e 100644
--- a/toolsrc/include/vcpkg.h
+++ b/toolsrc/include/vcpkg.h
@@ -9,8 +9,7 @@ namespace vcpkg
{
StatusParagraphs database_load_check(const vcpkg_paths& paths);
- void install_package(const vcpkg_paths& paths, const BinaryParagraph& binary_paragraph, StatusParagraphs& status_db);
- void deinstall_package(const vcpkg_paths& paths, const package_spec& spec, StatusParagraphs& status_db);
+ void write_update(const vcpkg_paths& paths, const StatusParagraph& p);
expected<SourceParagraph> try_load_port(const fs::path& control_path);