aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorseanyen <seanyen@microsoft.com>2019-06-11 18:09:55 -0700
committerSean Yen <seanyen@corp.microsoft.com>2019-06-19 16:36:47 -0700
commite5a6c7a7a61a14e546c7c2f51bbe8595d6624ff0 (patch)
treef5c9b0eeb2f1a9a70830c90a81a75946cf2655eb /toolsrc/include
parentd3498a8943b8af2fd37b287c766acff8d6623463 (diff)
downloadvcpkg-e5a6c7a7a61a14e546c7c2f51bbe8595d6624ff0.tar.gz
vcpkg-e5a6c7a7a61a14e546c7c2f51bbe8595d6624ff0.zip
first check-in.
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkg/export.chocolatey.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkg/export.chocolatey.h b/toolsrc/include/vcpkg/export.chocolatey.h
new file mode 100644
index 000000000..6c38def1b
--- /dev/null
+++ b/toolsrc/include/vcpkg/export.chocolatey.h
@@ -0,0 +1,12 @@
+#pragma once
+
+#include <vcpkg/dependencies.h>
+#include <vcpkg/vcpkgpaths.h>
+
+#include <vector>
+
+namespace vcpkg::Export::Chocolatey
+{
+ void do_export(const std::vector<Dependencies::ExportPlanAction>& export_plan,
+ const VcpkgPaths& paths);
+}