aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-29 16:00:41 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-31 16:15:05 -0700
commitf1d4a4457ece7067bff16479b6e86d06770d3095 (patch)
treee8d10403053b5aed8a34d80867c37d06207a4a44 /toolsrc/include
parentb3773070fee854ad7a9ea93b8f65b09239947f36 (diff)
downloadvcpkg-f1d4a4457ece7067bff16479b6e86d06770d3095.tar.gz
vcpkg-f1d4a4457ece7067bff16479b6e86d06770d3095.zip
Introduce get_installed_ports()
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkglib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h
index 710b21cd5..864c7de79 100644
--- a/toolsrc/include/vcpkglib.h
+++ b/toolsrc/include/vcpkglib.h
@@ -18,6 +18,7 @@ namespace vcpkg
ImmutableSortedVector<std::string> files;
};
+ std::vector<StatusParagraph*> get_installed_ports(const StatusParagraphs& status_db);
std::vector<StatusParagraph_and_associated_files> get_installed_files(const vcpkg_paths& paths, const StatusParagraphs& status_db);