diff --git a/src/base/debug.hh b/src/base/debug.hh index 589e8fa427..1cd64cfc28 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