aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/include
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-13 16:39:40 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-13 17:56:21 -0700
commitcbcd29c20954e400bf9f0eef60dd49b0af30abe6 (patch)
treefb76ac10a68cfc067e8e9fb39fee10b59a0afe08 /toolsrc/include
parent4ee9c451fcaec22a4e52ff003e5357907ca485d4 (diff)
downloadvcpkg-cbcd29c20954e400bf9f0eef60dd49b0af30abe6.tar.gz
vcpkg-cbcd29c20954e400bf9f0eef60dd49b0af30abe6.zip
Global variable g_debugging now declared in vcpkglib.h
Diffstat (limited to 'toolsrc/include')
-rw-r--r--toolsrc/include/vcpkglib.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolsrc/include/vcpkglib.h b/toolsrc/include/vcpkglib.h
index 353bfb0a0..710b21cd5 100644
--- a/toolsrc/include/vcpkglib.h
+++ b/toolsrc/include/vcpkglib.h
@@ -6,6 +6,8 @@
namespace vcpkg
{
+ extern bool g_debugging;
+
StatusParagraphs database_load_check(const vcpkg_paths& paths);
void write_update(const vcpkg_paths& paths, const StatusParagraph& p);