summaryrefslogtreecommitdiff
path: root/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils.h')
-rw-r--r--utils.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils.h b/utils.h
index d9989a4..dac3bc4 100644
--- a/utils.h
+++ b/utils.h
@@ -4,7 +4,9 @@ extern int verbosity;
#define MSG_NORMAL 0
#define MSG_DEBUG 1
#define MSG_QUIET -1
-#define MSG_CRITICAL -2
+#define MSG_ERROR -2
+#define MSG_CRITICAL -3
+
int msg(int level, const char *fmt, ...);
void *xmalloc(size_t size);