aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include/PostBuildLint.h
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 13:24:06 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-01 17:54:48 -0800
commit9086fcebdf43ad01892c8f96afc5e676f9b72135 (patch)
tree5f7b295e1f260fdcefa9d68c0fcadb272e354aa0 /toolsrc/include/PostBuildLint.h
parenta3eaed8f1faacc03dc5abb56d2117096d3413735 (diff)
downloadvcpkg-9086fcebdf43ad01892c8f96afc5e676f9b72135.tar.gz
vcpkg-9086fcebdf43ad01892c8f96afc5e676f9b72135.zip
Rename files in PostBuildLint namespace
Diffstat (limited to 'toolsrc/include/PostBuildLint.h')
-rw-r--r--toolsrc/include/PostBuildLint.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/toolsrc/include/PostBuildLint.h b/toolsrc/include/PostBuildLint.h
new file mode 100644
index 000000000..215a237aa
--- /dev/null
+++ b/toolsrc/include/PostBuildLint.h
@@ -0,0 +1,8 @@
+#pragma once
+#include "package_spec.h"
+#include "vcpkg_paths.h"
+
+namespace vcpkg::PostBuildLint
+{
+ void perform_all_checks(const package_spec& spec, const vcpkg_paths& paths);
+}