summaryrefslogtreecommitdiffstats
path: root/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug.h b/src/debug.h
index 29f91bd..e1affab 100644
--- a/src/debug.h
+++ b/src/debug.h
@@ -43,6 +43,7 @@ class Debug
static int setFlag(const char *label);
static void clearFlag(const char *label);
static bool isFlagSet(DebugMask mask);
+ static void printFlags(void);
static void setPriority(int p);
private: