aboutsummaryrefslogtreecommitdiff
path: root/include/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index 0c4e308..15684e8 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -41,6 +41,8 @@ char *git_describe(const char *path);
#define OMC_MSG_L1 1 << 3
#define OMC_MSG_L2 1 << 4
#define OMC_MSG_L3 1 << 5
+#define OMC_MSG_RESTRICT 1 << 6 ///< Restrict to verbose mode
+
void msg(unsigned type, char *fmt, ...);
void debug_shell();