summaryrefslogtreecommitdiff
path: root/src/base/debug.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/debug.hh')
-rw-r--r--src/base/debug.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/debug.hh b/src/base/debug.hh
index 589e8fa42..1cd64cfc2 100644
--- a/src/base/debug.hh
+++ b/src/base/debug.hh
@@ -116,6 +116,8 @@ FlagsMap &allFlags();
Flag *findFlag(const std::string &name);
+extern Flag *const All;
+
bool changeFlag(const char *s, bool value);
} // namespace Debug